Html Css Color HEX #A21D71 Jazzberry Jam

📋 copy color: '#A21D71'

red 162 ◦ green 29 ◦ blue 113

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

Shades of Jazzberry Jam #A21D71

Tints of Jazzberry Jam #A21D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 53.29%
G = 9.54%
B = 37.17%

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

#A21D71 (or 0xA21D71) is known color: Jazzberry Jam. HEX triplet: A2, 1D and 71. RGB value is (162,29,113). Sum of RGB (Red+Green+Blue) = 162+29+113=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21D71 is #5DE28E. Grayscale: #4E4E4E. Windows color (decimal): -6152847 or 7413154. OLE color: 7413154.

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

Color convert

RGB 162 29 113 -
CMYK 0 0.82 0.30 0.36
HSL 322.11º 0.7% 0.37% -
HSV(B) 322.11º 0.82% 0.64% -
XYZ 18.32 9.75 16.54 -
YUV 78.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 162 29 113 0 0.82 0.30 0.36 322.11 0.7 0.37
Hex A2 1D 71 0 52 1E 24 142 46 25
Octal 242 35 161 0 122 36 44 502 106 45
Binary 10100010 11101 1110001 0 1010010 11110 100100 101000010 1000110 100101

Color Harmonies of #A21D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D71

Black with #A21D71

Text Example


Text Example

White with #A21D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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