Html Css Color HEX #A21A74 Jazzberry Jam

📋 copy color: '#A21A74'

red 162 ◦ green 26 ◦ blue 116

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

Shades of Jazzberry Jam #A21A74

Tints of Jazzberry Jam #A21A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 53.29%
G = 8.55%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A21A74 (or 0xA21A74) is known color: Jazzberry Jam. HEX triplet: A2, 1A and 74. RGB value is (162,26,116). Sum of RGB (Red+Green+Blue) = 162+26+116=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A74 is #5DE58B. Grayscale: #4C4C4C. Windows color (decimal): -6153612 or 7608994. OLE color: 7608994.

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

Color convert

RGB 162 26 116 -
CMYK 0 0.84 0.28 0.36
HSL 320.29º 0.72% 0.37% -
HSV(B) 320.29º 0.84% 0.64% -
XYZ 18.42 9.68 17.42 -
YUV 76.92 150.06 188.68 -
System Red Green Blue C M Y K H S L
Decimal 162 26 116 0 0.84 0.28 0.36 320.29 0.72 0.37
Hex A2 1A 74 0 54 1C 24 140 48 25
Octal 242 32 164 0 124 34 44 500 110 45
Binary 10100010 11010 1110100 0 1010100 11100 100100 101000000 1001000 100101

Color Harmonies of #A21A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A74

Black with #A21A74

Text Example


Text Example

White with #A21A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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