Html Css Color HEX #AE0FDE Dark Violet

📋 copy color: '#AE0FDE'

red 174 ◦ green 15 ◦ blue 222

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

Shades of Dark Violet #AE0FDE

Tints of Dark Violet #AE0FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.01%

R = 42.34%
G = 3.65%
B = 54.01%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE0FDE (or 0xAE0FDE) is known color: Dark Violet. HEX triplet: AE, 0F and DE. RGB value is (174,15,222). Sum of RGB (Red+Green+Blue) = 174+15+222=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE0FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0FDE is #51F021. Grayscale: #555555. Windows color (decimal): -5369890 or 14553006. OLE color: 14553006.

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

Color convert

RGB 174 15 222 -
CMYK 0.22 0.93 0 0.13
HSL 286.09º 0.87% 0.46% -
HSV(B) 286.09º 0.93% 0.87% -
XYZ 30.81 14.61 70.3 -
YUV 86.14 204.68 190.67 -
System Red Green Blue C M Y K H S L
Decimal 174 15 222 0.22 0.93 0 0.13 286.09 0.87 0.46
Hex AE F DE 16 5D 0 D 11E 57 2E
Octal 256 17 336 26 135 0 15 436 127 56
Binary 10101110 1111 11011110 10110 1011101 0 1101 100011110 1010111 101110

Color Harmonies of #AE0FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0FDE

Black with #AE0FDE

Text Example


Text Example

White with #AE0FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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