#A0286F

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

Shades of Jazzberry Jam #A0286F

Tints of Jazzberry Jam #A0286F

Color information

#A0286F (or 0xA0286F) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 28 and 6F. RGB value is (160,40,111). Sum of RGB (Red+Green+Blue) = 160+40+111=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A0286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0286F is #5FD790. Grayscale: #535353. Windows color (decimal): -6281105 or 7284896. OLE color: 7284896.

HSL color Cylindrical-coordinate representation of color #A0286F: hue angle of 324.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0286F is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16040111-
CMYK00.750.310.37
HSL324.5º60%39.22%-
HSV(B)324.5º75%62.75%-
XYZ18.1310.1416.04-
YUV83.97143.26182.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 40 (16.02% from 255) = 12.86%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=51.45%
G=12.86%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604011100.750.310.37324.56039.22
HexA0286F04B1F251443c27
Octal24050157011337455047447
Binary1010000010100011011110100101111111100101101000100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0286F; }

 p { color: rgb(160,40,111); }

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

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

 a { background-color: rgb(160,40,111); }

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

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

 span { border-color: rgb(160,40,111); }

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