Html Css Color HEX #A21666 Jazzberry Jam

📋 copy color: '#A21666'

red 162 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #A21666

Tints of Jazzberry Jam #A21666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 56.64%
G = 7.69%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A21666 (or 0xA21666) is known color: Jazzberry Jam. HEX triplet: A2, 16 and 66. RGB value is (162,22,102). Sum of RGB (Red+Green+Blue) = 162+22+102=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A21666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21666 is #5DE999. Grayscale: #484848. Windows color (decimal): -6154650 or 6690466. OLE color: 6690466.

HSL color Cylindrical-coordinate representation of color #A21666: hue angle of 325.71º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21666 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 22 102 -
CMYK 0 0.86 0.37 0.36
HSL 325.71º 0.76% 0.36% -
HSV(B) 325.71º 0.86% 0.64% -
XYZ 17.59 9.21 13.42 -
YUV 72.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 162 22 102 0 0.86 0.37 0.36 325.71 0.76 0.36
Hex A2 16 66 0 56 25 24 146 4C 24
Octal 242 26 146 0 126 45 44 506 114 44
Binary 10100010 10110 1100110 0 1010110 100101 100100 101000110 1001100 100100

Color Harmonies of #A21666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21666

Black with #A21666

Text Example


Text Example

White with #A21666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21666; }

 p { color: rgb(162,22,102); }

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

background-color css

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

 a { background-color: rgb(162,22,102); }

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

border-color css

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

 span { border-color: rgb(162,22,102); }

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