Html Css Color HEX #AE4DAC Violet Blue

📋 copy color: '#AE4DAC'

red 174 ◦ green 77 ◦ blue 172

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

Shades of Violet Blue #AE4DAC

Tints of Violet Blue #AE4DAC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AE4DAC: hue angle of 301.24º 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 #AE4DAC is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 77 172 -
CMYK 0 0.56 0.01 0.32
HSL 301.24º 0.39% 0.49% -
HSV(B) 301.24º 0.56% 0.68% -
XYZ 27.56 17.28 40.91 -
YUV 116.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 174 77 172 0 0.56 0.01 0.32 301.24 0.39 0.49
Hex AE 4D AC 0 38 1 20 12D 27 31
Octal 256 115 254 0 70 1 40 455 47 61
Binary 10101110 1001101 10101100 0 111000 1 100000 100101101 100111 110001

Color Harmonies of #AE4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DAC

Black with #AE4DAC

Text Example


Text Example

White with #AE4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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