#AE439C

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

Shades of Violet Blue #AE439C

Tints of Violet Blue #AE439C

Color information

#AE439C (or 0xAE439C) is unknown color: approx Violet Blue. HEX triplet: AE, 43 and 9C. RGB value is (174,67,156). Sum of RGB (Red+Green+Blue) = 174+67+156=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE439C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE439C is #51BC63. Grayscale: #6C6C6C. Windows color (decimal): -5356644 or 10240942. OLE color: 10240942.

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

Color convert

RGB17467156-
CMYK00.610.100.32
HSL310.09º44.4%47.25%-
HSV(B)310.09º61.49%68.24%-
XYZ25.4615.4133.09-
YUV109.14154.45174.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 67 (26.56% from 255) = 16.88%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=43.83%
G=16.88%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746715600.610.100.32310.0944.447.25
HexAE439C03DA201362c2f
Octal25610323407512404665457
Binary1010111010000111001110001111011010100000100110110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE439C; }

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

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

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

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

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

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

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

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