Html Css Color HEX #AC60A1 Violet Blue

📋 copy color: '#AC60A1'

red 172 ◦ green 96 ◦ blue 161

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

Shades of Violet Blue #AC60A1

Tints of Violet Blue #AC60A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 40.09%
G = 22.38%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC60A1 (or 0xAC60A1) is known color: Violet Blue. HEX triplet: AC, 60 and A1. RGB value is (172,96,161). Sum of RGB (Red+Green+Blue) = 172+96+161=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC60A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60A1 is #539F5E. Grayscale: #7D7D7D. Windows color (decimal): -5480287 or 10576044. OLE color: 10576044.

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

Color convert

RGB 172 96 161 -
CMYK 0 0.44 0.06 0.33
HSL 308.68º 0.31% 0.53% -
HSV(B) 308.68º 0.44% 0.67% -
XYZ 27.63 19.71 36.07 -
YUV 126.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 172 96 161 0 0.44 0.06 0.33 308.68 0.31 0.53
Hex AC 60 A1 0 2C 6 21 135 1F 35
Octal 254 140 241 0 54 6 41 465 37 65
Binary 10101100 1100000 10100001 0 101100 110 100001 100110101 11111 110101

Color Harmonies of #AC60A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60A1

Black with #AC60A1

Text Example


Text Example

White with #AC60A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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