Html Css Color HEX #AE0BDF Dark Violet

📋 copy color: '#AE0BDF'

red 174 ◦ green 11 ◦ blue 223

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

Shades of Dark Violet #AE0BDF

Tints of Dark Violet #AE0BDF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

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

R = 42.65%
G = 2.7%
B = 54.66%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE0BDF (or 0xAE0BDF) is known color: Dark Violet. HEX triplet: AE, 0B and DF. RGB value is (174,11,223). Sum of RGB (Red+Green+Blue) = 174+11+223=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE0BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BDF is #51F420. Grayscale: #535353. Windows color (decimal): -5370913 or 14617518. OLE color: 14617518.

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

Color convert

RGB 174 11 223 -
CMYK 0.22 0.95 0 0.13
HSL 286.13º 0.91% 0.46% -
HSV(B) 286.13º 0.95% 0.87% -
XYZ 30.89 14.57 71 -
YUV 83.91 206.5 192.26 -
System Red Green Blue C M Y K H S L
Decimal 174 11 223 0.22 0.95 0 0.13 286.13 0.91 0.46
Hex AE B DF 16 5F 0 D 11E 5B 2E
Octal 256 13 337 26 137 0 15 436 133 56
Binary 10101110 1011 11011111 10110 1011111 0 1101 100011110 1011011 101110

Color Harmonies of #AE0BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BDF

Black with #AE0BDF

Text Example


Text Example

White with #AE0BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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