Html Css Color HEX #AC4DAE Violet Blue

📋 copy color: '#AC4DAE'

red 172 ◦ green 77 ◦ blue 174

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

Shades of Violet Blue #AC4DAE

Tints of Violet Blue #AC4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.2%

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

R = 40.66%
G = 18.2%
B = 41.13%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC4DAE (or 0xAC4DAE) is known color: Violet Blue. HEX triplet: AC, 4D and AE. RGB value is (172,77,174). Sum of RGB (Red+Green+Blue) = 172+77+174=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC4DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4DAE is #53B251. Grayscale: #747474. Windows color (decimal): -5485138 or 11423148. OLE color: 11423148.

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

Color convert

RGB 172 77 174 -
CMYK 0.01 0.56 0 0.32
HSL 298.76º 0.39% 0.49% -
HSV(B) 298.76º 0.56% 0.68% -
XYZ 27.31 17.13 41.91 -
YUV 116.46 160.47 167.61 -
System Red Green Blue C M Y K H S L
Decimal 172 77 174 0.01 0.56 0 0.32 298.76 0.39 0.49
Hex AC 4D AE 1 38 0 20 12B 27 31
Octal 254 115 256 1 70 0 40 453 47 61
Binary 10101100 1001101 10101110 1 111000 0 100000 100101011 100111 110001

Color Harmonies of #AC4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DAE

Black with #AC4DAE

Text Example


Text Example

White with #AC4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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