#AE13E3

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

Shades of Dark Violet #AE13E3

Tints of Dark Violet #AE13E3

Color information

#AE13E3 (or 0xAE13E3) is unknown color: approx Dark Violet. HEX triplet: AE, 13 and E3. RGB value is (174,19,227). Sum of RGB (Red+Green+Blue) = 174+19+227=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 227 (89.06% from 255 or 54.05% from 420); Max value from RGB is 227 - color contains mainly: blue. Hex color #AE13E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE13E3 is #51EC1C. Grayscale: #585858. Windows color (decimal): -5368861 or 14881710. OLE color: 14881710.

HSL color Cylindrical-coordinate representation of color #AE13E3: hue angle of 284.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE13E3 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17419227-
CMYK0.230.9200.11
HSL284.71º84.55%48.24%-
HSV(B)284.71º91.63%89.02%-
XYZ31.5515.0173.91-
YUV89.06205.85188.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 19 (7.81% from 255) = 4.52%
BLUE value IS 227 (89.06% from 255) = 54.05%
R=41.43%
G=4.52%
B=54.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174192270.230.9200.11284.7184.5548.24
HexAE13E3175C0B11d5530
Octal256233432713401343512560
Binary101011101001111100011101111011100010111000111011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE13E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE13E3; }

 p { color: rgb(174,19,227); }

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

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

 a { background-color: rgb(174,19,227); }

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

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

 span { border-color: rgb(174,19,227); }

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