Html Css Color HEX #A2024D Jazzberry Jam

📋 copy color: '#A2024D'

red 162 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #A2024D

Tints of Jazzberry Jam #A2024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.95%

R = 67.22%
G = 0.83%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2024D (or 0xA2024D) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 4D. RGB value is (162,2,77). Sum of RGB (Red+Green+Blue) = 162+2+77=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2024D is #5DFDB2. Grayscale: #3A3A3A. Windows color (decimal): -6159795 or 5046946. OLE color: 5046946.

HSL color Cylindrical-coordinate representation of color #A2024D: hue angle of 331.88º 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 #A2024D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 77 -
CMYK 0 0.99 0.52 0.36
HSL 331.88º 0.98% 0.32% -
HSV(B) 331.88º 0.99% 0.64% -
XYZ 16.26 8.26 7.76 -
YUV 58.39 138.51 201.9 -
System Red Green Blue C M Y K H S L
Decimal 162 2 77 0 0.99 0.52 0.36 331.88 0.98 0.32
Hex A2 2 4D 0 63 34 24 14C 62 20
Octal 242 2 115 0 143 64 44 514 142 40
Binary 10100010 10 1001101 0 1100011 110100 100100 101001100 1100010 100000

Color Harmonies of #A2024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2024D

Black with #A2024D

Text Example


Text Example

White with #A2024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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