#A71462

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

Shades of Jazzberry Jam #A71462

Tints of Jazzberry Jam #A71462

Color information

#A71462 (or 0xA71462) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 14 and 62. RGB value is (167,20,98). Sum of RGB (Red+Green+Blue) = 167+20+98=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A71462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71462 is #58EB9D. Grayscale: #484848. Windows color (decimal): -5827486 or 6427815. OLE color: 6427815.

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

Color convert

RGB1672098-
CMYK00.880.410.35
HSL328.16º78.61%36.67%-
HSV(B)328.16º88.02%65.49%-
XYZ18.399.612.44-
YUV72.84142.2195.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.60%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=58.60%
G=7.02%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167209800.880.410.35328.1678.6136.67
HexA7146205829231484f25
Octal247241420130514351011745
Binary10100111101001100010010110001010011000111010010001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71462; }

 p { color: rgb(167,20,98); }

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

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

 a { background-color: rgb(167,20,98); }

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

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

 span { border-color: rgb(167,20,98); }

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