Html Css Color HEX #AE10D8 Dark Violet

📋 copy color: '#AE10D8'

red 174 ◦ green 16 ◦ blue 216

#AE10D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AE10D8

Tints of Dark Violet #AE10D8

RGB

 RED value IS 174 (68.36% from 255) = 42.86%

 GREEN value IS 16 (6.64% from 255) = 3.94%

 BLUE value IS 216 (84.77% from 255) = 53.2%

R = 42.86%
G = 3.94%
B = 53.2%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE10D8 (or 0xAE10D8) is known color: Dark Violet. HEX triplet: AE, 10 and D8. RGB value is (174,16,216). Sum of RGB (Red+Green+Blue) = 174+16+216=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE10D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE10D8 is #51EF27. Grayscale: #555555. Windows color (decimal): -5369640 or 14160046. OLE color: 14160046.

HSL color Cylindrical-coordinate representation of color #AE10D8: hue angle of 287.4º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE10D8 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 16 216 -
CMYK 0.19 0.93 0 0.15
HSL 287.4º 0.86% 0.45% -
HSV(B) 287.4º 0.93% 0.85% -
XYZ 30.04 14.33 66.15 -
YUV 86.04 201.35 190.74 -
System Red Green Blue C M Y K H S L
Decimal 174 16 216 0.19 0.93 0 0.15 287.4 0.86 0.45
Hex AE 10 D8 13 5D 0 F 11F 56 2D
Octal 256 20 330 23 135 0 17 437 126 55
Binary 10101110 10000 11011000 10011 1011101 0 1111 100011111 1010110 101101

Color Harmonies of #AE10D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE10D8

Black with #AE10D8

Text Example


Text Example

White with #AE10D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE10D8; }

 p { color: rgb(174,16,216); }

 H1.HeaderClassName
 {
   color: #AE10D8;
 }
 .AnyTagClassName
 {
   color: #AE10D8;
 }
</style>

background-color css

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

 a { background-color: rgb(174,16,216); }

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

border-color css

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

 span { border-color: rgb(174,16,216); }

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