Html Css Color HEX #AC6EAC Violet Blue

📋 copy color: '#AC6EAC'

red 172 ◦ green 110 ◦ blue 172

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

Shades of Violet Blue #AC6EAC

Tints of Violet Blue #AC6EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.23%

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

R = 37.89%
G = 24.23%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC6EAC (or 0xAC6EAC) is known color: Violet Blue. HEX triplet: AC, 6E and AC. RGB value is (172,110,172). Sum of RGB (Red+Green+Blue) = 172+110+172=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6EAC is #539153. Grayscale: #878787. Windows color (decimal): -5476692 or 11300524. OLE color: 11300524.

HSL color Cylindrical-coordinate representation of color #AC6EAC: hue angle of 300º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6EAC is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 110 172 -
CMYK 0 0.36 0 0.33
HSL 300º 0.27% 0.55% -
HSV(B) 300º 0.36% 0.67% -
XYZ 30.04 22.9 41.87 -
YUV 135.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 172 110 172 0 0.36 0 0.33 300 0.27 0.55
Hex AC 6E AC 0 24 0 21 12C 1B 37
Octal 254 156 254 0 44 0 41 454 33 67
Binary 10101100 1101110 10101100 0 100100 0 100001 100101100 11011 110111

Color Harmonies of #AC6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6EAC

Black with #AC6EAC

Text Example


Text Example

White with #AC6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6EAC; }

 p { color: rgb(172,110,172); }

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

background-color css

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

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

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

border-color css

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

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

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