Html Css Color HEX #A4216E Jazzberry Jam

📋 copy color: '#A4216E'

red 164 ◦ green 33 ◦ blue 110

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

Shades of Jazzberry Jam #A4216E

Tints of Jazzberry Jam #A4216E

RGB

 RED value IS 164 (64.45% from 255) = 53.42%

 GREEN value IS 33 (13.28% from 255) = 10.75%

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 53.42%
G = 10.75%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4216E (or 0xA4216E) is known color: Jazzberry Jam. HEX triplet: A4, 21 and 6E. RGB value is (164,33,110). Sum of RGB (Red+Green+Blue) = 164+33+110=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4216E is #5BDE91. Grayscale: #505050. Windows color (decimal): -6020754 or 7217572. OLE color: 7217572.

HSL color Cylindrical-coordinate representation of color #A4216E: hue angle of 324.73º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4216E is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 33 110 -
CMYK 0 0.80 0.33 0.36
HSL 324.73º 0.66% 0.39% -
HSV(B) 324.73º 0.8% 0.64% -
XYZ 18.67 10.11 15.72 -
YUV 80.95 144.4 187.24 -
System Red Green Blue C M Y K H S L
Decimal 164 33 110 0 0.80 0.33 0.36 324.73 0.66 0.39
Hex A4 21 6E 0 50 21 24 145 42 27
Octal 244 41 156 0 120 41 44 505 102 47
Binary 10100100 100001 1101110 0 1010000 100001 100100 101000101 1000010 100111

Color Harmonies of #A4216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4216E

Black with #A4216E

Text Example


Text Example

White with #A4216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4216E; }

 p { color: rgb(164,33,110); }

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

background-color css

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

 a { background-color: rgb(164,33,110); }

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

border-color css

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

 span { border-color: rgb(164,33,110); }

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