#A40F62

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

Shades of Jazzberry Jam #A40F62

Tints of Jazzberry Jam #A40F62

Color information

#A40F62 (or 0xA40F62) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0F and 62. RGB value is (164,15,98). Sum of RGB (Red+Green+Blue) = 164+15+98=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40F62 is #5BF09D. Grayscale: #444444. Windows color (decimal): -6025374 or 6426532. OLE color: 6426532.

HSL color Cylindrical-coordinate representation of color #A40F62: hue angle of 326.58º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40F62 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1641598-
CMYK00.910.400.36
HSL326.58º83.24%35.1%-
HSV(B)326.58º90.85%64.31%-
XYZ17.699.1212.38-
YUV69.01144.36195.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.21%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=59.21%
G=5.42%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164159800.910.400.36326.5883.2435.1
HexA4F6205B28241475323
Octal244171420133504450712343
Binary1010010011111100010010110111010001001001010001111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40F62; }

 p { color: rgb(164,15,98); }

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

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

 a { background-color: rgb(164,15,98); }

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

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

 span { border-color: rgb(164,15,98); }

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