Html Css Color HEX #AC60A0 Violet Blue

📋 copy color: '#AC60A0'

red 172 ◦ green 96 ◦ blue 160

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

Shades of Violet Blue #AC60A0

Tints of Violet Blue #AC60A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.38%

R = 40.19%
G = 22.43%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC60A0 (or 0xAC60A0) is known color: Violet Blue. HEX triplet: AC, 60 and A0. RGB value is (172,96,160). Sum of RGB (Red+Green+Blue) = 172+96+160=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC60A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60A0 is #539F5F. Grayscale: #7D7D7D. Windows color (decimal): -5480288 or 10510508. OLE color: 10510508.

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

Color convert

RGB 172 96 160 -
CMYK 0 0.44 0.07 0.33
HSL 309.47º 0.31% 0.53% -
HSV(B) 309.47º 0.44% 0.67% -
XYZ 27.54 19.67 35.6 -
YUV 126.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 172 96 160 0 0.44 0.07 0.33 309.47 0.31 0.53
Hex AC 60 A0 0 2C 7 21 135 1F 35
Octal 254 140 240 0 54 7 41 465 37 65
Binary 10101100 1100000 10100000 0 101100 111 100001 100110101 11111 110101

Color Harmonies of #AC60A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60A0

Black with #AC60A0

Text Example


Text Example

White with #AC60A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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