Html Css Color HEX #AE0BDC Dark Violet

📋 copy color: '#AE0BDC'

red 174 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #AE0BDC

Tints of Dark Violet #AE0BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.32%

R = 42.96%
G = 2.72%
B = 54.32%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE0BDC (or 0xAE0BDC) is known color: Dark Violet. HEX triplet: AE, 0B and DC. RGB value is (174,11,220). Sum of RGB (Red+Green+Blue) = 174+11+220=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE0BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BDC is #51F423. Grayscale: #525252. Windows color (decimal): -5370916 or 14420910. OLE color: 14420910.

HSL color Cylindrical-coordinate representation of color #AE0BDC: hue angle of 286.79º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0BDC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 11 220 -
CMYK 0.21 0.95 0 0.14
HSL 286.79º 0.9% 0.45% -
HSV(B) 286.79º 0.95% 0.86% -
XYZ 30.49 14.41 68.88 -
YUV 83.56 205 192.51 -
System Red Green Blue C M Y K H S L
Decimal 174 11 220 0.21 0.95 0 0.14 286.79 0.9 0.45
Hex AE B DC 15 5F 0 E 11F 5A 2D
Octal 256 13 334 25 137 0 16 437 132 55
Binary 10101110 1011 11011100 10101 1011111 0 1110 100011111 1011010 101101

Color Harmonies of #AE0BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BDC

Black with #AE0BDC

Text Example


Text Example

White with #AE0BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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