Html Css Color HEX #AE0FDB Dark Violet

📋 copy color: '#AE0FDB'

red 174 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #AE0FDB

Tints of Dark Violet #AE0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.68%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 42.65%
G = 3.68%
B = 53.68%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE0FDB (or 0xAE0FDB) is known color: Dark Violet. HEX triplet: AE, 0F and DB. RGB value is (174,15,219). Sum of RGB (Red+Green+Blue) = 174+15+219=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE0FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0FDB is #51F024. Grayscale: #555555. Windows color (decimal): -5369893 or 14356398. OLE color: 14356398.

HSL color Cylindrical-coordinate representation of color #AE0FDB: hue angle of 286.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0FDB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 15 219 -
CMYK 0.21 0.93 0 0.14
HSL 286.76º 0.87% 0.46% -
HSV(B) 286.76º 0.93% 0.86% -
XYZ 30.41 14.45 68.2 -
YUV 85.8 203.18 190.91 -
System Red Green Blue C M Y K H S L
Decimal 174 15 219 0.21 0.93 0 0.14 286.76 0.87 0.46
Hex AE F DB 15 5D 0 E 11F 57 2E
Octal 256 17 333 25 135 0 16 437 127 56
Binary 10101110 1111 11011011 10101 1011101 0 1110 100011111 1010111 101110

Color Harmonies of #AE0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0FDB

Black with #AE0FDB

Text Example


Text Example

White with #AE0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0FDB; }

 p { color: rgb(174,15,219); }

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

background-color css

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

 a { background-color: rgb(174,15,219); }

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

border-color css

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

 span { border-color: rgb(174,15,219); }

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