Html Css Color HEX #A4216F Jazzberry Jam

📋 copy color: '#A4216F'

red 164 ◦ green 33 ◦ blue 111

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

Shades of Jazzberry Jam #A4216F

Tints of Jazzberry Jam #A4216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 53.25%
G = 10.71%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4216F (or 0xA4216F) is known color: Jazzberry Jam. HEX triplet: A4, 21 and 6F. RGB value is (164,33,111). Sum of RGB (Red+Green+Blue) = 164+33+111=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4216F is #5BDE90. Grayscale: #505050. Windows color (decimal): -6020753 or 7283108. OLE color: 7283108.

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

Color convert

RGB 164 33 111 -
CMYK 0 0.80 0.32 0.36
HSL 324.27º 0.66% 0.39% -
HSV(B) 324.27º 0.8% 0.64% -
XYZ 18.72 10.13 16.01 -
YUV 81.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 164 33 111 0 0.80 0.32 0.36 324.27 0.66 0.39
Hex A4 21 6F 0 50 20 24 144 42 27
Octal 244 41 157 0 120 40 44 504 102 47
Binary 10100100 100001 1101111 0 1010000 100000 100100 101000100 1000010 100111

Color Harmonies of #A4216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4216F

Black with #A4216F

Text Example


Text Example

White with #A4216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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