Html Css Color HEX #AC206C Jazzberry Jam

📋 copy color: '#AC206C'

red 172 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #AC206C

Tints of Jazzberry Jam #AC206C

RGB

 RED value IS 172 (67.58% from 255) = 55.13%

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

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

R = 55.13%
G = 10.26%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC206C (or 0xAC206C) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 6C. RGB value is (172,32,108). Sum of RGB (Red+Green+Blue) = 172+32+108=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC206C is #53DF93. Grayscale: #525252. Windows color (decimal): -5496724 or 7086252. OLE color: 7086252.

HSL color Cylindrical-coordinate representation of color #AC206C: hue angle of 327.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC206C is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 108 -
CMYK 0 0.81 0.37 0.33
HSL 327.43º 0.69% 0.4% -
HSV(B) 327.43º 0.81% 0.67% -
XYZ 20.24 10.89 15.22 -
YUV 82.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 172 32 108 0 0.81 0.37 0.33 327.43 0.69 0.4
Hex AC 20 6C 0 51 25 21 147 45 28
Octal 254 40 154 0 121 45 41 507 105 50
Binary 10101100 100000 1101100 0 1010001 100101 100001 101000111 1000101 101000

Color Harmonies of #AC206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC206C

Black with #AC206C

Text Example


Text Example

White with #AC206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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