Html Css Color HEX #A21167 Jazzberry Jam

📋 copy color: '#A21167'

red 162 ◦ green 17 ◦ blue 103

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

Shades of Jazzberry Jam #A21167

Tints of Jazzberry Jam #A21167

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 57.45%
G = 6.03%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A21167 (or 0xA21167) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 67. RGB value is (162,17,103). Sum of RGB (Red+Green+Blue) = 162+17+103=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A21167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21167 is #5DEE98. Grayscale: #454545. Windows color (decimal): -6155929 or 6754722. OLE color: 6754722.

HSL color Cylindrical-coordinate representation of color #A21167: hue angle of 324.41º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21167 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 103 -
CMYK 0 0.90 0.36 0.36
HSL 324.41º 0.81% 0.35% -
HSV(B) 324.41º 0.9% 0.64% -
XYZ 17.55 9.06 13.66 -
YUV 70.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 162 17 103 0 0.90 0.36 0.36 324.41 0.81 0.35
Hex A2 11 67 0 5A 24 24 144 51 23
Octal 242 21 147 0 132 44 44 504 121 43
Binary 10100010 10001 1100111 0 1011010 100100 100100 101000100 1010001 100011

Color Harmonies of #A21167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21167

Black with #A21167

Text Example


Text Example

White with #A21167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21167; }

 p { color: rgb(162,17,103); }

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

background-color css

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

 a { background-color: rgb(162,17,103); }

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

border-color css

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

 span { border-color: rgb(162,17,103); }

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