Html Css Color HEX #AC6FAE Violet Blue

📋 copy color: '#AC6FAE'

red 172 ◦ green 111 ◦ blue 174

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

Shades of Violet Blue #AC6FAE

Tints of Violet Blue #AC6FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.29%

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

R = 37.64%
G = 24.29%
B = 38.07%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC6FAE (or 0xAC6FAE) is known color: Violet Blue. HEX triplet: AC, 6F and AE. RGB value is (172,111,174). Sum of RGB (Red+Green+Blue) = 172+111+174=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC6FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6FAE is #539051. Grayscale: #888888. Windows color (decimal): -5476434 or 11431852. OLE color: 11431852.

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

Color convert

RGB 172 111 174 -
CMYK 0.01 0.36 0 0.32
HSL 298.1º 0.28% 0.56% -
HSV(B) 298.1º 0.36% 0.68% -
XYZ 30.34 23.2 42.92 -
YUV 136.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 172 111 174 0.01 0.36 0 0.32 298.1 0.28 0.56
Hex AC 6F AE 1 24 0 20 12A 1C 38
Octal 254 157 256 1 44 0 40 452 34 70
Binary 10101100 1101111 10101110 1 100100 0 100000 100101010 11100 111000

Color Harmonies of #AC6FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FAE

Black with #AC6FAE

Text Example


Text Example

White with #AC6FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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