#AE429C

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

Shades of Violet Blue #AE429C

Tints of Violet Blue #AE429C

Color information

#AE429C (or 0xAE429C) is unknown color: approx Violet Blue. HEX triplet: AE, 42 and 9C. RGB value is (174,66,156). Sum of RGB (Red+Green+Blue) = 174+66+156=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE429C is #51BD63. Grayscale: #6C6C6C. Windows color (decimal): -5356900 or 10240686. OLE color: 10240686.

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

Color convert

RGB17466156-
CMYK00.620.100.32
HSL310º45%47.06%-
HSV(B)310º62.07%68.24%-
XYZ25.415.333.07-
YUV108.55154.78174.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=43.94%
G=16.67%
B=39.39%

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
Decimal1746615600.620.100.323104547.06
HexAE429C03EA201362d2f
Octal25610223407612404665557
Binary1010111010000101001110001111101010100000100110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE429C; }

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

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

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

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

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

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

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

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