Html Css Color HEX #A21168 Jazzberry Jam

📋 copy color: '#A21168'

red 162 ◦ green 17 ◦ blue 104

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

Shades of Jazzberry Jam #A21168

Tints of Jazzberry Jam #A21168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 57.24%
G = 6.01%
B = 36.75%

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

#A21168 (or 0xA21168) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 68. RGB value is (162,17,104). Sum of RGB (Red+Green+Blue) = 162+17+104=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A21168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21168 is #5DEE97. Grayscale: #464646. Windows color (decimal): -6155928 or 6820258. OLE color: 6820258.

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

Color convert

RGB 162 17 104 -
CMYK 0 0.90 0.36 0.36
HSL 324º 0.81% 0.35% -
HSV(B) 324º 0.9% 0.64% -
XYZ 17.6 9.08 13.92 -
YUV 70.27 147.04 193.43 -
System Red Green Blue C M Y K H S L
Decimal 162 17 104 0 0.90 0.36 0.36 324 0.81 0.35
Hex A2 11 68 0 5A 24 24 144 51 23
Octal 242 21 150 0 132 44 44 504 121 43
Binary 10100010 10001 1101000 0 1011010 100100 100100 101000100 1010001 100011

Color Harmonies of #A21168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21168

Black with #A21168

Text Example


Text Example

White with #A21168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21168; }

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

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

background-color css

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

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

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

border-color css

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

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

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