Html Css Color HEX #AE0FDA Dark Violet

📋 copy color: '#AE0FDA'

red 174 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #AE0FDA

Tints of Dark Violet #AE0FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 42.75%
G = 3.69%
B = 53.56%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE0FDA (or 0xAE0FDA) is known color: Dark Violet. HEX triplet: AE, 0F and DA. RGB value is (174,15,218). Sum of RGB (Red+Green+Blue) = 174+15+218=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE0FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0FDA is #51F025. Grayscale: #555555. Windows color (decimal): -5369894 or 14290862. OLE color: 14290862.

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

Color convert

RGB 174 15 218 -
CMYK 0.20 0.93 0 0.15
HSL 287º 0.87% 0.46% -
HSV(B) 287º 0.93% 0.85% -
XYZ 30.28 14.4 67.51 -
YUV 85.68 202.68 190.99 -
System Red Green Blue C M Y K H S L
Decimal 174 15 218 0.20 0.93 0 0.15 287 0.87 0.46
Hex AE F DA 14 5D 0 F 11F 57 2E
Octal 256 17 332 24 135 0 17 437 127 56
Binary 10101110 1111 11011010 10100 1011101 0 1111 100011111 1010111 101110

Color Harmonies of #AE0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0FDA

Black with #AE0FDA

Text Example


Text Example

White with #AE0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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