Html Css Color HEX #A7206C Jazzberry Jam

📋 copy color: '#A7206C'

red 167 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #A7206C

Tints of Jazzberry Jam #A7206C

RGB

 RED value IS 167 (65.63% from 255) = 54.4%

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

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

R = 54.4%
G = 10.42%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A7206C (or 0xA7206C) is known color: Jazzberry Jam. HEX triplet: A7, 20 and 6C. RGB value is (167,32,108). Sum of RGB (Red+Green+Blue) = 167+32+108=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A7206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7206C is #58DF93. Grayscale: #505050. Windows color (decimal): -5824404 or 7086247. OLE color: 7086247.

HSL color Cylindrical-coordinate representation of color #A7206C: hue angle of 326.22º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7206C is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 108 -
CMYK 0 0.81 0.35 0.35
HSL 326.22º 0.68% 0.39% -
HSV(B) 326.22º 0.81% 0.65% -
XYZ 19.16 10.33 15.17 -
YUV 81.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 167 32 108 0 0.81 0.35 0.35 326.22 0.68 0.39
Hex A7 20 6C 0 51 23 23 146 44 27
Octal 247 40 154 0 121 43 43 506 104 47
Binary 10100111 100000 1101100 0 1010001 100011 100011 101000110 1000100 100111

Color Harmonies of #A7206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7206C

Black with #A7206C

Text Example


Text Example

White with #A7206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7206C; }

 p { color: rgb(167,32,108); }

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

background-color css

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

 a { background-color: rgb(167,32,108); }

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

border-color css

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

 span { border-color: rgb(167,32,108); }

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