Html Css Color HEX #A21A70 Jazzberry Jam

📋 copy color: '#A21A70'

red 162 ◦ green 26 ◦ blue 112

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

Shades of Jazzberry Jam #A21A70

Tints of Jazzberry Jam #A21A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 54%
G = 8.67%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A21A70 (or 0xA21A70) is known color: Jazzberry Jam. HEX triplet: A2, 1A and 70. RGB value is (162,26,112). Sum of RGB (Red+Green+Blue) = 162+26+112=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A70 is #5DE58F. Grayscale: #4C4C4C. Windows color (decimal): -6153616 or 7346850. OLE color: 7346850.

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

Color convert

RGB 162 26 112 -
CMYK 0 0.84 0.31 0.36
HSL 322.06º 0.72% 0.37% -
HSV(B) 322.06º 0.84% 0.64% -
XYZ 18.19 9.59 16.22 -
YUV 76.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 162 26 112 0 0.84 0.31 0.36 322.06 0.72 0.37
Hex A2 1A 70 0 54 1F 24 142 48 25
Octal 242 32 160 0 124 37 44 502 110 45
Binary 10100010 11010 1110000 0 1010100 11111 100100 101000010 1001000 100101

Color Harmonies of #A21A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A70

Black with #A21A70

Text Example


Text Example

White with #A21A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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