Html Css Color HEX #AE0BDA Dark Violet

📋 copy color: '#AE0BDA'

red 174 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #AE0BDA

Tints of Dark Violet #AE0BDA

RGB

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

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

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

R = 43.18%
G = 2.73%
B = 54.09%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE0BDA (or 0xAE0BDA) is known color: Dark Violet. HEX triplet: AE, 0B and DA. RGB value is (174,11,218). Sum of RGB (Red+Green+Blue) = 174+11+218=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE0BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BDA is #51F425. Grayscale: #525252. Windows color (decimal): -5370918 or 14289838. OLE color: 14289838.

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

Color convert

RGB 174 11 218 -
CMYK 0.20 0.95 0 0.15
HSL 287.25º 0.9% 0.45% -
HSV(B) 287.25º 0.95% 0.85% -
XYZ 30.23 14.3 67.5 -
YUV 83.34 204 192.67 -
System Red Green Blue C M Y K H S L
Decimal 174 11 218 0.20 0.95 0 0.15 287.25 0.9 0.45
Hex AE B DA 14 5F 0 F 11F 5A 2D
Octal 256 13 332 24 137 0 17 437 132 55
Binary 10101110 1011 11011010 10100 1011111 0 1111 100011111 1011010 101101

Color Harmonies of #AE0BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BDA

Black with #AE0BDA

Text Example


Text Example

White with #AE0BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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