Html Css Color HEX #A2064E Jazzberry Jam

📋 copy color: '#A2064E'

red 162 ◦ green 6 ◦ blue 78

#A2064E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A2064E

Tints of Jazzberry Jam #A2064E

RGB

 RED value IS 162 (63.67% from 255) = 65.85%

 GREEN value IS 6 (2.73% from 255) = 2.44%

 BLUE value IS 78 (30.86% from 255) = 31.71%

R = 65.85%
G = 2.44%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2064E (or 0xA2064E) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 4E. RGB value is (162,6,78). Sum of RGB (Red+Green+Blue) = 162+6+78=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A2064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2064E is #5DF9B1. Grayscale: #3C3C3C. Windows color (decimal): -6158770 or 5113506. OLE color: 5113506.

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

Color convert

RGB 162 6 78 -
CMYK 0 0.96 0.52 0.36
HSL 332.31º 0.93% 0.33% -
HSV(B) 332.31º 0.96% 0.64% -
XYZ 16.34 8.36 7.96 -
YUV 60.85 137.68 200.15 -
System Red Green Blue C M Y K H S L
Decimal 162 6 78 0 0.96 0.52 0.36 332.31 0.93 0.33
Hex A2 6 4E 0 60 34 24 14C 5D 21
Octal 242 6 116 0 140 64 44 514 135 41
Binary 10100010 110 1001110 0 1100000 110100 100100 101001100 1011101 100001

Color Harmonies of #A2064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2064E

Black with #A2064E

Text Example


Text Example

White with #A2064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2064E; }

 p { color: rgb(162,6,78); }

 H1.HeaderClassName
 {
   color: #A2064E;
 }
 .AnyTagClassName
 {
   color: #A2064E;
 }
</style>

background-color css

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

 a { background-color: rgb(162,6,78); }

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

border-color css

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

 span { border-color: rgb(162,6,78); }

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