Html Css Color HEX #AC206A Jazzberry Jam

📋 copy color: '#AC206A'

red 172 ◦ green 32 ◦ blue 106

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

Shades of Jazzberry Jam #AC206A

Tints of Jazzberry Jam #AC206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 55.48%
G = 10.32%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC206A (or 0xAC206A) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 6A. RGB value is (172,32,106). Sum of RGB (Red+Green+Blue) = 172+32+106=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC206A is #53DF95. Grayscale: #525252. Windows color (decimal): -5496726 or 6955180. OLE color: 6955180.

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

Color convert

RGB 172 32 106 -
CMYK 0 0.81 0.38 0.33
HSL 328.29º 0.69% 0.4% -
HSV(B) 328.29º 0.81% 0.67% -
XYZ 20.13 10.84 14.67 -
YUV 82.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 172 32 106 0 0.81 0.38 0.33 328.29 0.69 0.4
Hex AC 20 6A 0 51 26 21 148 45 28
Octal 254 40 152 0 121 46 41 510 105 50
Binary 10101100 100000 1101010 0 1010001 100110 100001 101001000 1000101 101000

Color Harmonies of #AC206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC206A

Black with #AC206A

Text Example


Text Example

White with #AC206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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