Html Css Color HEX #A22572 Jazzberry Jam

📋 copy color: '#A22572'

red 162 ◦ green 37 ◦ blue 114

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

Shades of Jazzberry Jam #A22572

Tints of Jazzberry Jam #A22572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

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

R = 51.76%
G = 11.82%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A22572 (or 0xA22572) is known color: Jazzberry Jam. HEX triplet: A2, 25 and 72. RGB value is (162,37,114). Sum of RGB (Red+Green+Blue) = 162+37+114=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A22572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22572 is #5DDA8D. Grayscale: #525252. Windows color (decimal): -6150798 or 7480738. OLE color: 7480738.

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

Color convert

RGB 162 37 114 -
CMYK 0 0.77 0.30 0.36
HSL 323.04º 0.63% 0.39% -
HSV(B) 323.04º 0.77% 0.64% -
XYZ 18.6 10.22 16.91 -
YUV 83.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 162 37 114 0 0.77 0.30 0.36 323.04 0.63 0.39
Hex A2 25 72 0 4D 1E 24 143 3F 27
Octal 242 45 162 0 115 36 44 503 77 47
Binary 10100010 100101 1110010 0 1001101 11110 100100 101000011 111111 100111

Color Harmonies of #A22572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22572

Black with #A22572

Text Example


Text Example

White with #A22572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22572; }

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

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

background-color css

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

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

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

border-color css

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

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

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