Html Css Color HEX #A4206E Jazzberry Jam

📋 copy color: '#A4206E'

red 164 ◦ green 32 ◦ blue 110

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

Shades of Jazzberry Jam #A4206E

Tints of Jazzberry Jam #A4206E

RGB

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

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

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

R = 53.59%
G = 10.46%
B = 35.95%

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

#A4206E (or 0xA4206E) is known color: Jazzberry Jam. HEX triplet: A4, 20 and 6E. RGB value is (164,32,110). Sum of RGB (Red+Green+Blue) = 164+32+110=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4206E is #5BDF91. Grayscale: #505050. Windows color (decimal): -6021010 or 7217316. OLE color: 7217316.

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

Color convert

RGB 164 32 110 -
CMYK 0 0.80 0.33 0.36
HSL 324.55º 0.67% 0.38% -
HSV(B) 324.55º 0.8% 0.64% -
XYZ 18.64 10.05 15.71 -
YUV 80.36 144.73 187.66 -
System Red Green Blue C M Y K H S L
Decimal 164 32 110 0 0.80 0.33 0.36 324.55 0.67 0.38
Hex A4 20 6E 0 50 21 24 145 43 26
Octal 244 40 156 0 120 41 44 505 103 46
Binary 10100100 100000 1101110 0 1010000 100001 100100 101000101 1000011 100110

Color Harmonies of #A4206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4206E

Black with #A4206E

Text Example


Text Example

White with #A4206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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