Html Css Color HEX #AC60AC Violet Blue

📋 copy color: '#AC60AC'

red 172 ◦ green 96 ◦ blue 172

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

Shades of Violet Blue #AC60AC

Tints of Violet Blue #AC60AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 39.09%
G = 21.82%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC60AC (or 0xAC60AC) is known color: Violet Blue. HEX triplet: AC, 60 and AC. RGB value is (172,96,172). Sum of RGB (Red+Green+Blue) = 172+96+172=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60AC is #539F53. Grayscale: #7F7F7F. Windows color (decimal): -5480276 or 11296940. OLE color: 11296940.

HSL color Cylindrical-coordinate representation of color #AC60AC: hue angle of 300º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC60AC is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 96 172 -
CMYK 0 0.44 0 0.33
HSL 300º 0.31% 0.53% -
HSV(B) 300º 0.44% 0.67% -
XYZ 28.64 20.11 41.4 -
YUV 127.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 172 96 172 0 0.44 0 0.33 300 0.31 0.53
Hex AC 60 AC 0 2C 0 21 12C 1F 35
Octal 254 140 254 0 54 0 41 454 37 65
Binary 10101100 1100000 10101100 0 101100 0 100001 100101100 11111 110101

Color Harmonies of #AC60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60AC

Black with #AC60AC

Text Example


Text Example

White with #AC60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60AC; }

 p { color: rgb(172,96,172); }

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

background-color css

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

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

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

border-color css

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

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

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