Html Css Color HEX #AE0FDF Dark Violet

📋 copy color: '#AE0FDF'

red 174 ◦ green 15 ◦ blue 223

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

Shades of Dark Violet #AE0FDF

Tints of Dark Violet #AE0FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 42.23%
G = 3.64%
B = 54.13%

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

#AE0FDF (or 0xAE0FDF) is known color: Dark Violet. HEX triplet: AE, 0F and DF. RGB value is (174,15,223). Sum of RGB (Red+Green+Blue) = 174+15+223=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE0FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0FDF is #51F020. Grayscale: #555555. Windows color (decimal): -5369889 or 14618542. OLE color: 14618542.

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

Color convert

RGB 174 15 223 -
CMYK 0.22 0.93 0 0.13
HSL 285.87º 0.87% 0.47% -
HSV(B) 285.87º 0.93% 0.87% -
XYZ 30.95 14.67 71.01 -
YUV 86.25 205.18 190.59 -
System Red Green Blue C M Y K H S L
Decimal 174 15 223 0.22 0.93 0 0.13 285.87 0.87 0.47
Hex AE F DF 16 5D 0 D 11E 57 2F
Octal 256 17 337 26 135 0 15 436 127 57
Binary 10101110 1111 11011111 10110 1011101 0 1101 100011110 1010111 101111

Color Harmonies of #AE0FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0FDF

Black with #AE0FDF

Text Example


Text Example

White with #AE0FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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