Html Css Color HEX #AE0ADD Dark Violet

📋 copy color: '#AE0ADD'

red 174 ◦ green 10 ◦ blue 221

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

Shades of Dark Violet #AE0ADD

Tints of Dark Violet #AE0ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.47%

 BLUE value IS 221 (86.72% from 255) = 54.57%

R = 42.96%
G = 2.47%
B = 54.57%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE0ADD (or 0xAE0ADD) is known color: Dark Violet. HEX triplet: AE, 0A and DD. RGB value is (174,10,221). Sum of RGB (Red+Green+Blue) = 174+10+221=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE0ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0ADD is #51F522. Grayscale: #525252. Windows color (decimal): -5371171 or 14486190. OLE color: 14486190.

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

Color convert

RGB 174 10 221 -
CMYK 0.21 0.95 0 0.13
HSL 286.64º 0.91% 0.45% -
HSV(B) 286.64º 0.95% 0.87% -
XYZ 30.62 14.44 69.58 -
YUV 83.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 174 10 221 0.21 0.95 0 0.13 286.64 0.91 0.45
Hex AE A DD 15 5F 0 D 11F 5B 2D
Octal 256 12 335 25 137 0 15 437 133 55
Binary 10101110 1010 11011101 10101 1011111 0 1101 100011111 1011011 101101

Color Harmonies of #AE0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0ADD

Black with #AE0ADD

Text Example


Text Example

White with #AE0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0ADD; }

 p { color: rgb(174,10,221); }

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

background-color css

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

 a { background-color: rgb(174,10,221); }

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

border-color css

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

 span { border-color: rgb(174,10,221); }

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