Html Css Color HEX #A21D72 Jazzberry Jam

📋 copy color: '#A21D72'

red 162 ◦ green 29 ◦ blue 114

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

Shades of Jazzberry Jam #A21D72

Tints of Jazzberry Jam #A21D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 53.11%
G = 9.51%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A21D72 (or 0xA21D72) is known color: Jazzberry Jam. HEX triplet: A2, 1D and 72. RGB value is (162,29,114). Sum of RGB (Red+Green+Blue) = 162+29+114=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21D72 is #5DE28D. Grayscale: #4E4E4E. Windows color (decimal): -6152846 or 7478690. OLE color: 7478690.

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

Color convert

RGB 162 29 114 -
CMYK 0 0.82 0.30 0.36
HSL 321.65º 0.7% 0.37% -
HSV(B) 321.65º 0.82% 0.64% -
XYZ 18.38 9.78 16.84 -
YUV 78.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 162 29 114 0 0.82 0.30 0.36 321.65 0.7 0.37
Hex A2 1D 72 0 52 1E 24 142 46 25
Octal 242 35 162 0 122 36 44 502 106 45
Binary 10100010 11101 1110010 0 1010010 11110 100100 101000010 1000110 100101

Color Harmonies of #A21D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D72

Black with #A21D72

Text Example


Text Example

White with #A21D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D72; }

 p { color: rgb(162,29,114); }

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

background-color css

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

 a { background-color: rgb(162,29,114); }

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

border-color css

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

 span { border-color: rgb(162,29,114); }

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