Html Css Color HEX #A4206F Jazzberry Jam

📋 copy color: '#A4206F'

red 164 ◦ green 32 ◦ blue 111

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

Shades of Jazzberry Jam #A4206F

Tints of Jazzberry Jam #A4206F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

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

R = 53.42%
G = 10.42%
B = 36.16%

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

#A4206F (or 0xA4206F) is known color: Jazzberry Jam. HEX triplet: A4, 20 and 6F. RGB value is (164,32,111). Sum of RGB (Red+Green+Blue) = 164+32+111=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4206F is #5BDF90. Grayscale: #505050. Windows color (decimal): -6021009 or 7282852. OLE color: 7282852.

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

Color convert

RGB 164 32 111 -
CMYK 0 0.80 0.32 0.36
HSL 324.09º 0.67% 0.38% -
HSV(B) 324.09º 0.8% 0.64% -
XYZ 18.7 10.07 16 -
YUV 80.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 164 32 111 0 0.80 0.32 0.36 324.09 0.67 0.38
Hex A4 20 6F 0 50 20 24 144 43 26
Octal 244 40 157 0 120 40 44 504 103 46
Binary 10100100 100000 1101111 0 1010000 100000 100100 101000100 1000011 100110

Color Harmonies of #A4206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4206F

Black with #A4206F

Text Example


Text Example

White with #A4206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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