Html Css Color HEX #A22472 Jazzberry Jam

📋 copy color: '#A22472'

red 162 ◦ green 36 ◦ blue 114

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

Shades of Jazzberry Jam #A22472

Tints of Jazzberry Jam #A22472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 51.92%
G = 11.54%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A22472 (or 0xA22472) is known color: Jazzberry Jam. HEX triplet: A2, 24 and 72. RGB value is (162,36,114). Sum of RGB (Red+Green+Blue) = 162+36+114=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A22472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22472 is #5DDB8D. Grayscale: #525252. Windows color (decimal): -6151054 or 7480482. OLE color: 7480482.

HSL color Cylindrical-coordinate representation of color #A22472: hue angle of 322.86º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22472 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 36 114 -
CMYK 0 0.78 0.30 0.36
HSL 322.86º 0.64% 0.39% -
HSV(B) 322.86º 0.78% 0.64% -
XYZ 18.57 10.16 16.9 -
YUV 82.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 162 36 114 0 0.78 0.30 0.36 322.86 0.64 0.39
Hex A2 24 72 0 4E 1E 24 143 40 27
Octal 242 44 162 0 116 36 44 503 100 47
Binary 10100010 100100 1110010 0 1001110 11110 100100 101000011 1000000 100111

Color Harmonies of #A22472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22472

Black with #A22472

Text Example


Text Example

White with #A22472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22472; }

 p { color: rgb(162,36,114); }

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

background-color css

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

 a { background-color: rgb(162,36,114); }

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

border-color css

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

 span { border-color: rgb(162,36,114); }

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