Html Css Color HEX #AC6CAE Violet Blue

📋 copy color: '#AC6CAE'

red 172 ◦ green 108 ◦ blue 174

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

Shades of Violet Blue #AC6CAE

Tints of Violet Blue #AC6CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.79%

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

R = 37.89%
G = 23.79%
B = 38.33%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC6CAE (or 0xAC6CAE) is known color: Violet Blue. HEX triplet: AC, 6C and AE. RGB value is (172,108,174). Sum of RGB (Red+Green+Blue) = 172+108+174=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC6CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6CAE is #539351. Grayscale: #868686. Windows color (decimal): -5477202 or 11431084. OLE color: 11431084.

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

Color convert

RGB 172 108 174 -
CMYK 0.01 0.38 0 0.32
HSL 298.18º 0.29% 0.55% -
HSV(B) 298.18º 0.38% 0.68% -
XYZ 30.02 22.55 42.82 -
YUV 134.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 172 108 174 0.01 0.38 0 0.32 298.18 0.29 0.55
Hex AC 6C AE 1 26 0 20 12A 1D 37
Octal 254 154 256 1 46 0 40 452 35 67
Binary 10101100 1101100 10101110 1 100110 0 100000 100101010 11101 110111

Color Harmonies of #AC6CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CAE

Black with #AC6CAE

Text Example


Text Example

White with #AC6CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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