#AE419D

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

Shades of Violet Blue #AE419D

Tints of Violet Blue #AE419D

Color information

#AE419D (or 0xAE419D) is unknown color: approx Violet Blue. HEX triplet: AE, 41 and 9D. RGB value is (174,65,157). Sum of RGB (Red+Green+Blue) = 174+65+157=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE419D is #51BE62. Grayscale: #6B6B6B. Windows color (decimal): -5357155 or 10305966. OLE color: 10305966.

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

Color convert

RGB17465157-
CMYK00.630.100.32
HSL309.36º45.61%46.86%-
HSV(B)309.36º62.64%68.24%-
XYZ25.4315.2133.49-
YUV108.08155.61175.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 65 (25.78% from 255) = 16.41%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=43.94%
G=16.41%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746515700.630.100.32309.3645.6146.86
HexAE419D03FA201352e2f
Octal25610123507712404655657
Binary1010111010000011001110101111111010100000100110101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE419D; }

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

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

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

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

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

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

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

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