Html Css Color HEX #AC5DAE Violet Blue

📋 copy color: '#AC5DAE'

red 172 ◦ green 93 ◦ blue 174

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

Shades of Violet Blue #AC5DAE

Tints of Violet Blue #AC5DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 39.18%
G = 21.18%
B = 39.64%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC5DAE (or 0xAC5DAE) is known color: Violet Blue. HEX triplet: AC, 5D and AE. RGB value is (172,93,174). Sum of RGB (Red+Green+Blue) = 172+93+174=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5DAE is #53A251. Grayscale: #7D7D7D. Windows color (decimal): -5481042 or 11427244. OLE color: 11427244.

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

Color convert

RGB 172 93 174 -
CMYK 0.01 0.47 0 0.32
HSL 298.52º 0.33% 0.52% -
HSV(B) 298.52º 0.47% 0.68% -
XYZ 28.57 19.66 42.33 -
YUV 125.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 172 93 174 0.01 0.47 0 0.32 298.52 0.33 0.52
Hex AC 5D AE 1 2F 0 20 12B 21 34
Octal 254 135 256 1 57 0 40 453 41 64
Binary 10101100 1011101 10101110 1 101111 0 100000 100101011 100001 110100

Color Harmonies of #AC5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DAE

Black with #AC5DAE

Text Example


Text Example

White with #AC5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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