Html Css Color HEX #AE4EAC Violet Blue

📋 copy color: '#AE4EAC'

red 174 ◦ green 78 ◦ blue 172

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

Shades of Violet Blue #AE4EAC

Tints of Violet Blue #AE4EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.4%

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

R = 41.04%
G = 18.4%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE4EAC (or 0xAE4EAC) is known color: Violet Blue. HEX triplet: AE, 4E and AC. RGB value is (174,78,172). Sum of RGB (Red+Green+Blue) = 174+78+172=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4EAC is #51B153. Grayscale: #757575. Windows color (decimal): -5353812 or 11292334. OLE color: 11292334.

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

Color convert

RGB 174 78 172 -
CMYK 0 0.55 0.01 0.32
HSL 301.25º 0.38% 0.49% -
HSV(B) 301.25º 0.55% 0.68% -
XYZ 27.63 17.43 40.94 -
YUV 117.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 174 78 172 0 0.55 0.01 0.32 301.25 0.38 0.49
Hex AE 4E AC 0 37 1 20 12D 26 31
Octal 256 116 254 0 67 1 40 455 46 61
Binary 10101110 1001110 10101100 0 110111 1 100000 100101101 100110 110001

Color Harmonies of #AE4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4EAC

Black with #AE4EAC

Text Example


Text Example

White with #AE4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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