Html Css Color HEX #AE4AAC Violet Blue

📋 copy color: '#AE4AAC'

red 174 ◦ green 74 ◦ blue 172

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

Shades of Violet Blue #AE4AAC

Tints of Violet Blue #AE4AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.62%

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

R = 41.43%
G = 17.62%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE4AAC (or 0xAE4AAC) is known color: Violet Blue. HEX triplet: AE, 4A and AC. RGB value is (174,74,172). Sum of RGB (Red+Green+Blue) = 174+74+172=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4AAC is #51B553. Grayscale: #727272. Windows color (decimal): -5354836 or 11291310. OLE color: 11291310.

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

Color convert

RGB 174 74 172 -
CMYK 0 0.57 0.01 0.32
HSL 301.2º 0.4% 0.49% -
HSV(B) 301.2º 0.57% 0.68% -
XYZ 27.35 16.87 40.85 -
YUV 115.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 174 74 172 0 0.57 0.01 0.32 301.2 0.4 0.49
Hex AE 4A AC 0 39 1 20 12D 28 31
Octal 256 112 254 0 71 1 40 455 50 61
Binary 10101110 1001010 10101100 0 111001 1 100000 100101101 101000 110001

Color Harmonies of #AE4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4AAC

Black with #AE4AAC

Text Example


Text Example

White with #AE4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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