#A20850

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

Shades of Jazzberry Jam #A20850

Tints of Jazzberry Jam #A20850

Color information

#A20850 (or 0xA20850) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 08 and 50. RGB value is (162,8,80). Sum of RGB (Red+Green+Blue) = 162+8+80=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A20850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20850 is #5DF7AF. Grayscale: #3E3E3E. Windows color (decimal): -6158256 or 5245090. OLE color: 5245090.

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

Color convert

RGB162880-
CMYK00.950.510.36
HSL331.95º90.59%33.33%-
HSV(B)331.95º95.06%63.53%-
XYZ16.448.438.35-
YUV62.25138.02199.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.8%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 80 (31.64% from 255) = 32%
R=64.8%
G=3.2%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16288000.950.510.36331.9590.5933.33
HexA285005F332414c5b21
Octal242101200137634451413341
Binary1010001010001010000010111111100111001001010011001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20850; }

 p { color: rgb(162,8,80); }

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

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

 a { background-color: rgb(162,8,80); }

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

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

 span { border-color: rgb(162,8,80); }

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