Html Css Color HEX #A2024A Jazzberry Jam

📋 copy color: '#A2024A'

red 162 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #A2024A

Tints of Jazzberry Jam #A2024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 74 (29.3% from 255) = 31.09%

R = 68.07%
G = 0.84%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2024A (or 0xA2024A) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 4A. RGB value is (162,2,74). Sum of RGB (Red+Green+Blue) = 162+2+74=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A2024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2024A is #5DFDB5. Grayscale: #393939. Windows color (decimal): -6159798 or 4850338. OLE color: 4850338.

HSL color Cylindrical-coordinate representation of color #A2024A: hue angle of 333º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2024A is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 74 -
CMYK 0 0.99 0.54 0.36
HSL 333º 0.98% 0.32% -
HSV(B) 333º 0.99% 0.64% -
XYZ 16.16 8.22 7.21 -
YUV 58.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 162 2 74 0 0.99 0.54 0.36 333 0.98 0.32
Hex A2 2 4A 0 63 36 24 14D 62 20
Octal 242 2 112 0 143 66 44 515 142 40
Binary 10100010 10 1001010 0 1100011 110110 100100 101001101 1100010 100000

Color Harmonies of #A2024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2024A

Black with #A2024A

Text Example


Text Example

White with #A2024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2024A; }

 p { color: rgb(162,2,74); }

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

background-color css

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

 a { background-color: rgb(162,2,74); }

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

border-color css

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

 span { border-color: rgb(162,2,74); }

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