Html Css Color HEX #A2024C Jazzberry Jam

📋 copy color: '#A2024C'

red 162 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #A2024C

Tints of Jazzberry Jam #A2024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 67.5%
G = 0.83%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2024C (or 0xA2024C) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 4C. RGB value is (162,2,76). Sum of RGB (Red+Green+Blue) = 162+2+76=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2024C is #5DFDB3. Grayscale: #3A3A3A. Windows color (decimal): -6159796 or 4981410. OLE color: 4981410.

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

Color convert

RGB 162 2 76 -
CMYK 0 0.99 0.53 0.36
HSL 332.25º 0.98% 0.32% -
HSV(B) 332.25º 0.99% 0.64% -
XYZ 16.23 8.25 7.57 -
YUV 58.28 138.01 201.98 -
System Red Green Blue C M Y K H S L
Decimal 162 2 76 0 0.99 0.53 0.36 332.25 0.98 0.32
Hex A2 2 4C 0 63 35 24 14C 62 20
Octal 242 2 114 0 143 65 44 514 142 40
Binary 10100010 10 1001100 0 1100011 110101 100100 101001100 1100010 100000

Color Harmonies of #A2024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2024C

Black with #A2024C

Text Example


Text Example

White with #A2024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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