#AE0BD3

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

Shades of Dark Violet #AE0BD3

Tints of Dark Violet #AE0BD3

Color information

#AE0BD3 (or 0xAE0BD3) is unknown color: approx Dark Violet. HEX triplet: AE, 0B and D3. RGB value is (174,11,211). Sum of RGB (Red+Green+Blue) = 174+11+211=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 211 (82.81% from 255 or 53.28% from 396); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE0BD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BD3 is #51F42C. Grayscale: #515151. Windows color (decimal): -5370925 or 13831086. OLE color: 13831086.

HSL color Cylindrical-coordinate representation of color #AE0BD3: hue angle of 288.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0BD3 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17411211-
CMYK0.180.9500.17
HSL288.9º90.09%43.53%-
HSV(B)288.9º94.79%82.75%-
XYZ29.3313.9462.77-
YUV82.54200.5193.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 11 (4.69% from 255) = 2.78%
BLUE value IS 211 (82.81% from 255) = 53.28%
R=43.94%
G=2.78%
B=53.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174112110.180.9500.17288.990.0943.53
HexAEBD3125F0111215a2c
Octal256133232213702144113254
Binary101011101011110100111001010111110100011001000011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0BD3; }

 p { color: rgb(174,11,211); }

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

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

 a { background-color: rgb(174,11,211); }

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

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

 span { border-color: rgb(174,11,211); }

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