Html Css Color HEX #A4216C Jazzberry Jam

📋 copy color: '#A4216C'

red 164 ◦ green 33 ◦ blue 108

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

Shades of Jazzberry Jam #A4216C

Tints of Jazzberry Jam #A4216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 53.77%
G = 10.82%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4216C (or 0xA4216C) is known color: Jazzberry Jam. HEX triplet: A4, 21 and 6C. RGB value is (164,33,108). Sum of RGB (Red+Green+Blue) = 164+33+108=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A4216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4216C is #5BDE93. Grayscale: #505050. Windows color (decimal): -6020756 or 7086500. OLE color: 7086500.

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

Color convert

RGB 164 33 108 -
CMYK 0 0.80 0.34 0.36
HSL 325.65º 0.66% 0.39% -
HSV(B) 325.65º 0.8% 0.64% -
XYZ 18.56 10.06 15.15 -
YUV 80.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 164 33 108 0 0.80 0.34 0.36 325.65 0.66 0.39
Hex A4 21 6C 0 50 22 24 146 42 27
Octal 244 41 154 0 120 42 44 506 102 47
Binary 10100100 100001 1101100 0 1010000 100010 100100 101000110 1000010 100111

Color Harmonies of #A4216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4216C

Black with #A4216C

Text Example


Text Example

White with #A4216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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