Html Css Color HEX #AC2066 Jazzberry Jam

📋 copy color: '#AC2066'

red 172 ◦ green 32 ◦ blue 102

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

Shades of Jazzberry Jam #AC2066

Tints of Jazzberry Jam #AC2066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.33%

R = 56.21%
G = 10.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC2066 (or 0xAC2066) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 66. RGB value is (172,32,102). Sum of RGB (Red+Green+Blue) = 172+32+102=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2066 is #53DF99. Grayscale: #515151. Windows color (decimal): -5496730 or 6693036. OLE color: 6693036.

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

Color convert

RGB 172 32 102 -
CMYK 0 0.81 0.41 0.33
HSL 330º 0.69% 0.4% -
HSV(B) 330º 0.81% 0.67% -
XYZ 19.93 10.76 13.6 -
YUV 81.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 172 32 102 0 0.81 0.41 0.33 330 0.69 0.4
Hex AC 20 66 0 51 29 21 14A 45 28
Octal 254 40 146 0 121 51 41 512 105 50
Binary 10101100 100000 1100110 0 1010001 101001 100001 101001010 1000101 101000

Color Harmonies of #AC2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2066

Black with #AC2066

Text Example


Text Example

White with #AC2066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2066; }

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

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

background-color css

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

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

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

border-color css

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

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

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