#AE429D

Color #AE429D Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AE429D

Tints of Violet Blue #AE429D

Color information

#AE429D (or 0xAE429D) is unknown color: approx Violet Blue. HEX triplet: AE, 42 and 9D. RGB value is (174,66,157). Sum of RGB (Red+Green+Blue) = 174+66+157=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE429D is #51BD62. Grayscale: #6C6C6C. Windows color (decimal): -5356899 or 10306222. OLE color: 10306222.

HSL color Cylindrical-coordinate representation of color #AE429D: hue angle of 309.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE429D is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB17466157-
CMYK00.620.100.32
HSL309.44º45%47.06%-
HSV(B)309.44º62.07%68.24%-
XYZ25.4915.3333.51-
YUV108.67155.28174.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 66 (26.17% from 255) = 16.62%
BLUE value IS 157 (61.72% from 255) = 39.55%
R=43.83%
G=16.62%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746615700.620.100.32309.444547.06
HexAE429D03EA201352d2f
Octal25610223507612404655557
Binary1010111010000101001110101111101010100000100110101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE429D; }

 p { color: rgb(174,66,157); }

 H1.HeaderClassName
 {
   color: #AE429D;
 }
 .AnyTagClassName
 {
   color: #AE429D;
 }
</style>
background-color css

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

 a { background-color: rgb(174,66,157); }

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

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

 span { border-color: rgb(174,66,157); }

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