#a71b69

Color #A71B69 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A71B69

Tints of Jazzberry Jam #A71B69

Color information

#A71B69 (or 0xA71B69) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 1B and 69. RGB value is (167,27,105). Sum of RGB (Red+Green+Blue) = 167+27+105=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71B69 is #58E496. Grayscale: #4D4D4D. Windows color (decimal): -5825687 or 6888359. OLE color: 6888359.

HSL color Cylindrical-coordinate representation of color #A71B69: hue angle of 326.57º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71B69 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16727105-
CMYK00.840.370.35
HSL326.57º72.16%38.04%-
HSV(B)326.57º83.83%65.49%-
XYZ18.8810.0214.3-
YUV77.75143.38191.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 55.85%
GREEN value IS 27 (10.94% from 255) = 9.03%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=55.85%
G=9.03%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672710500.840.370.35326.5772.1638.04
HexA71B6905425231474826
Octal247331510124454350711046
Binary10100111110111101001010101001001011000111010001111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a71b69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a71b69; }

 p { color: rgb(167,27,105); }

 H1.HeaderClassName
 {
   color: #a71b69;
 }
 .AnyTagClassName
 {
   color: #a71b69;
 }
</style>
background-color css

<style>
 a { background-color: #a71b69; }

 a { background-color: rgb(167,27,105); }

 div.DivClassName
 {
   background-color: #a71b69;
 }
 .BgClassName
 {
   background-color: #a71b69;
 }
</style>
border-color css

<style>
 span { border-color: #a71b69; }

 span { border-color: rgb(167,27,105); }

 td.TdClassName
 {
   border-color: #a71b69;
 }
 .TagClassName
 {
   border-color: #a71b69;
 }
</style>