Html Css Color HEX #A21566 Jazzberry Jam

📋 copy color: '#A21566'

red 162 ◦ green 21 ◦ blue 102

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

Shades of Jazzberry Jam #A21566

Tints of Jazzberry Jam #A21566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

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

R = 56.84%
G = 7.37%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A21566 (or 0xA21566) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 66. RGB value is (162,21,102). Sum of RGB (Red+Green+Blue) = 162+21+102=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A21566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21566 is #5DEA99. Grayscale: #484848. Windows color (decimal): -6154906 or 6690210. OLE color: 6690210.

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

Color convert

RGB 162 21 102 -
CMYK 0 0.87 0.37 0.36
HSL 325.53º 0.77% 0.36% -
HSV(B) 325.53º 0.87% 0.64% -
XYZ 17.57 9.18 13.42 -
YUV 72.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 162 21 102 0 0.87 0.37 0.36 325.53 0.77 0.36
Hex A2 15 66 0 57 25 24 146 4D 24
Octal 242 25 146 0 127 45 44 506 115 44
Binary 10100010 10101 1100110 0 1010111 100101 100100 101000110 1001101 100100

Color Harmonies of #A21566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21566

Black with #A21566

Text Example


Text Example

White with #A21566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21566; }

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

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

background-color css

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

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

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

border-color css

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

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

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