Html Css Color HEX #A22271 Jazzberry Jam

📋 copy color: '#A22271'

red 162 ◦ green 34 ◦ blue 113

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

Shades of Jazzberry Jam #A22271

Tints of Jazzberry Jam #A22271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11%

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 52.43%
G = 11%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A22271 (or 0xA22271) is known color: Jazzberry Jam. HEX triplet: A2, 22 and 71. RGB value is (162,34,113). Sum of RGB (Red+Green+Blue) = 162+34+113=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A22271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22271 is #5DDD8E. Grayscale: #515151. Windows color (decimal): -6151567 or 7414434. OLE color: 7414434.

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

Color convert

RGB 162 34 113 -
CMYK 0 0.79 0.30 0.36
HSL 322.97º 0.65% 0.38% -
HSV(B) 322.97º 0.79% 0.64% -
XYZ 18.45 10.02 16.58 -
YUV 81.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 162 34 113 0 0.79 0.30 0.36 322.97 0.65 0.38
Hex A2 22 71 0 4F 1E 24 143 41 26
Octal 242 42 161 0 117 36 44 503 101 46
Binary 10100010 100010 1110001 0 1001111 11110 100100 101000011 1000001 100110

Color Harmonies of #A22271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22271

Black with #A22271

Text Example


Text Example

White with #A22271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22271; }

 p { color: rgb(162,34,113); }

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

background-color css

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

 a { background-color: rgb(162,34,113); }

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

border-color css

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

 span { border-color: rgb(162,34,113); }

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