Html Css Color HEX #A21A76 Jazzberry Jam

📋 copy color: '#A21A76'

red 162 ◦ green 26 ◦ blue 118

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

Shades of Jazzberry Jam #A21A76

Tints of Jazzberry Jam #A21A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.5%

 BLUE value IS 118 (46.48% from 255) = 38.56%

R = 52.94%
G = 8.5%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A21A76 (or 0xA21A76) is known color: Jazzberry Jam. HEX triplet: A2, 1A and 76. RGB value is (162,26,118). Sum of RGB (Red+Green+Blue) = 162+26+118=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A76 is #5DE589. Grayscale: #4C4C4C. Windows color (decimal): -6153610 or 7740066. OLE color: 7740066.

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

Color convert

RGB 162 26 118 -
CMYK 0 0.84 0.27 0.36
HSL 319.41º 0.72% 0.37% -
HSV(B) 319.41º 0.84% 0.64% -
XYZ 18.54 9.73 18.04 -
YUV 77.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 162 26 118 0 0.84 0.27 0.36 319.41 0.72 0.37
Hex A2 1A 76 0 54 1B 24 13F 48 25
Octal 242 32 166 0 124 33 44 477 110 45
Binary 10100010 11010 1110110 0 1010100 11011 100100 100111111 1001000 100101

Color Harmonies of #A21A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A76

Black with #A21A76

Text Example


Text Example

White with #A21A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A76; }

 p { color: rgb(162,26,118); }

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

background-color css

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

 a { background-color: rgb(162,26,118); }

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

border-color css

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

 span { border-color: rgb(162,26,118); }

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