Html Css Color HEX #AC60A6 Violet Blue

📋 copy color: '#AC60A6'

red 172 ◦ green 96 ◦ blue 166

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

Shades of Violet Blue #AC60A6

Tints of Violet Blue #AC60A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.25%

R = 39.63%
G = 22.12%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC60A6 (or 0xAC60A6) is known color: Violet Blue. HEX triplet: AC, 60 and A6. RGB value is (172,96,166). Sum of RGB (Red+Green+Blue) = 172+96+166=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC60A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60A6 is #539F59. Grayscale: #7E7E7E. Windows color (decimal): -5480282 or 10903724. OLE color: 10903724.

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

Color convert

RGB 172 96 166 -
CMYK 0 0.44 0.03 0.33
HSL 304.74º 0.31% 0.53% -
HSV(B) 304.74º 0.44% 0.67% -
XYZ 28.08 19.89 38.44 -
YUV 126.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 172 96 166 0 0.44 0.03 0.33 304.74 0.31 0.53
Hex AC 60 A6 0 2C 3 21 131 1F 35
Octal 254 140 246 0 54 3 41 461 37 65
Binary 10101100 1100000 10100110 0 101100 11 100001 100110001 11111 110101

Color Harmonies of #AC60A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60A6

Black with #AC60A6

Text Example


Text Example

White with #AC60A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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