Html Css Color HEX #A21255 Jazzberry Jam

📋 copy color: '#A21255'

red 162 ◦ green 18 ◦ blue 85

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

Shades of Jazzberry Jam #A21255

Tints of Jazzberry Jam #A21255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 61.13%
G = 6.79%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A21255 (or 0xA21255) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 55. RGB value is (162,18,85). Sum of RGB (Red+Green+Blue) = 162+18+85=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A21255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21255 is #5DEDAA. Grayscale: #444444. Windows color (decimal): -6155691 or 5575330. OLE color: 5575330.

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

Color convert

RGB 162 18 85 -
CMYK 0 0.89 0.48 0.36
HSL 332.08º 0.8% 0.35% -
HSV(B) 332.08º 0.89% 0.64% -
XYZ 16.76 8.77 9.4 -
YUV 68.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 162 18 85 0 0.89 0.48 0.36 332.08 0.8 0.35
Hex A2 12 55 0 59 30 24 14C 50 23
Octal 242 22 125 0 131 60 44 514 120 43
Binary 10100010 10010 1010101 0 1011001 110000 100100 101001100 1010000 100011

Color Harmonies of #A21255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21255

Black with #A21255

Text Example


Text Example

White with #A21255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21255; }

 p { color: rgb(162,18,85); }

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

background-color css

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

 a { background-color: rgb(162,18,85); }

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

border-color css

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

 span { border-color: rgb(162,18,85); }

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