Html Css Color HEX #AC5DAA Violet Blue

📋 copy color: '#AC5DAA'

red 172 ◦ green 93 ◦ blue 170

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

Shades of Violet Blue #AC5DAA

Tints of Violet Blue #AC5DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.38%

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 39.54%
G = 21.38%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC5DAA (or 0xAC5DAA) is known color: Violet Blue. HEX triplet: AC, 5D and AA. RGB value is (172,93,170). Sum of RGB (Red+Green+Blue) = 172+93+170=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5DAA is #53A255. Grayscale: #7D7D7D. Windows color (decimal): -5481046 or 11165100. OLE color: 11165100.

HSL color Cylindrical-coordinate representation of color #AC5DAA: hue angle of 301.52º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5DAA is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 170 -
CMYK 0 0.46 0.01 0.33
HSL 301.52º 0.32% 0.52% -
HSV(B) 301.52º 0.46% 0.67% -
XYZ 28.18 19.5 40.31 -
YUV 125.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 172 93 170 0 0.46 0.01 0.33 301.52 0.32 0.52
Hex AC 5D AA 0 2E 1 21 12E 20 34
Octal 254 135 252 0 56 1 41 456 40 64
Binary 10101100 1011101 10101010 0 101110 1 100001 100101110 100000 110100

Color Harmonies of #AC5DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DAA

Black with #AC5DAA

Text Example


Text Example

White with #AC5DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DAA; }

 p { color: rgb(172,93,170); }

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

background-color css

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

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

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

border-color css

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

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

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