Html Css Color HEX #AE0CDA Dark Violet

📋 copy color: '#AE0CDA'

red 174 ◦ green 12 ◦ blue 218

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

Shades of Dark Violet #AE0CDA

Tints of Dark Violet #AE0CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.97%

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

R = 43.07%
G = 2.97%
B = 53.96%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE0CDA (or 0xAE0CDA) is known color: Dark Violet. HEX triplet: AE, 0C and DA. RGB value is (174,12,218). Sum of RGB (Red+Green+Blue) = 174+12+218=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE0CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CDA is #51F325. Grayscale: #535353. Windows color (decimal): -5370662 or 14290094. OLE color: 14290094.

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

Color convert

RGB 174 12 218 -
CMYK 0.20 0.94 0 0.15
HSL 287.18º 0.9% 0.45% -
HSV(B) 287.18º 0.94% 0.85% -
XYZ 30.24 14.32 67.5 -
YUV 83.92 203.67 192.25 -
System Red Green Blue C M Y K H S L
Decimal 174 12 218 0.20 0.94 0 0.15 287.18 0.9 0.45
Hex AE C DA 14 5E 0 F 11F 5A 2D
Octal 256 14 332 24 136 0 17 437 132 55
Binary 10101110 1100 11011010 10100 1011110 0 1111 100011111 1011010 101101

Color Harmonies of #AE0CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0CDA

Black with #AE0CDA

Text Example


Text Example

White with #AE0CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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