Html Css Color HEX #AE0BDE Dark Violet

📋 copy color: '#AE0BDE'

red 174 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #AE0BDE

Tints of Dark Violet #AE0BDE

RGB

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

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

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

R = 42.75%
G = 2.7%
B = 54.55%

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

#AE0BDE (or 0xAE0BDE) is known color: Dark Violet. HEX triplet: AE, 0B and DE. RGB value is (174,11,222). Sum of RGB (Red+Green+Blue) = 174+11+222=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE0BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BDE is #51F421. Grayscale: #535353. Windows color (decimal): -5370914 or 14551982. OLE color: 14551982.

HSL color Cylindrical-coordinate representation of color #AE0BDE: hue angle of 286.35º 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 #AE0BDE is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 11 222 -
CMYK 0.22 0.95 0 0.13
HSL 286.35º 0.91% 0.46% -
HSV(B) 286.35º 0.95% 0.87% -
XYZ 30.76 14.51 70.29 -
YUV 83.79 206 192.34 -
System Red Green Blue C M Y K H S L
Decimal 174 11 222 0.22 0.95 0 0.13 286.35 0.91 0.46
Hex AE B DE 16 5F 0 D 11E 5B 2E
Octal 256 13 336 26 137 0 15 436 133 56
Binary 10101110 1011 11011110 10110 1011111 0 1101 100011110 1011011 101110

Color Harmonies of #AE0BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BDE

Black with #AE0BDE

Text Example


Text Example

White with #AE0BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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