Html Css Color HEX #A21164 Jazzberry Jam

📋 copy color: '#A21164'

red 162 ◦ green 17 ◦ blue 100

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

Shades of Jazzberry Jam #A21164

Tints of Jazzberry Jam #A21164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.84%

R = 58.06%
G = 6.09%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A21164 (or 0xA21164) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 64. RGB value is (162,17,100). Sum of RGB (Red+Green+Blue) = 162+17+100=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A21164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21164 is #5DEE9B. Grayscale: #454545. Windows color (decimal): -6155932 or 6558114. OLE color: 6558114.

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

Color convert

RGB 162 17 100 -
CMYK 0 0.90 0.38 0.36
HSL 325.66º 0.81% 0.35% -
HSV(B) 325.66º 0.9% 0.64% -
XYZ 17.4 9 12.88 -
YUV 69.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 162 17 100 0 0.90 0.38 0.36 325.66 0.81 0.35
Hex A2 11 64 0 5A 26 24 146 51 23
Octal 242 21 144 0 132 46 44 506 121 43
Binary 10100010 10001 1100100 0 1011010 100110 100100 101000110 1010001 100011

Color Harmonies of #A21164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21164

Black with #A21164

Text Example


Text Example

White with #A21164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21164; }

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

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

background-color css

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

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

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

border-color css

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

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

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