Html Css Color HEX #AE4CA9 Violet Blue

📋 copy color: '#AE4CA9'

red 174 ◦ green 76 ◦ blue 169

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

Shades of Violet Blue #AE4CA9

Tints of Violet Blue #AE4CA9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.14%

 BLUE value IS 169 (66.41% from 255) = 40.33%

R = 41.53%
G = 18.14%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE4CA9 (or 0xAE4CA9) is known color: Violet Blue. HEX triplet: AE, 4C and A9. RGB value is (174,76,169). Sum of RGB (Red+Green+Blue) = 174+76+169=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4CA9 is #51B356. Grayscale: #737373. Windows color (decimal): -5354327 or 11095214. OLE color: 11095214.

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

Color convert

RGB 174 76 169 -
CMYK 0 0.56 0.03 0.32
HSL 303.06º 0.39% 0.49% -
HSV(B) 303.06º 0.56% 0.68% -
XYZ 27.2 17.03 39.39 -
YUV 115.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 174 76 169 0 0.56 0.03 0.32 303.06 0.39 0.49
Hex AE 4C A9 0 38 3 20 12F 27 31
Octal 256 114 251 0 70 3 40 457 47 61
Binary 10101110 1001100 10101001 0 111000 11 100000 100101111 100111 110001

Color Harmonies of #AE4CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4CA9

Black with #AE4CA9

Text Example


Text Example

White with #AE4CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4CA9; }

 p { color: rgb(174,76,169); }

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

background-color css

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

 a { background-color: rgb(174,76,169); }

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

border-color css

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

 span { border-color: rgb(174,76,169); }

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