Html Css Color HEX #AE0CDB Dark Violet

📋 copy color: '#AE0CDB'

red 174 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #AE0CDB

Tints of Dark Violet #AE0CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 42.96%
G = 2.96%
B = 54.07%

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

#AE0CDB (or 0xAE0CDB) is known color: Dark Violet. HEX triplet: AE, 0C and DB. RGB value is (174,12,219). Sum of RGB (Red+Green+Blue) = 174+12+219=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE0CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CDB is #51F324. Grayscale: #535353. Windows color (decimal): -5370661 or 14355630. OLE color: 14355630.

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

Color convert

RGB 174 12 219 -
CMYK 0.21 0.95 0 0.14
HSL 286.96º 0.9% 0.45% -
HSV(B) 286.96º 0.95% 0.86% -
XYZ 30.37 14.38 68.19 -
YUV 84.04 204.17 192.17 -
System Red Green Blue C M Y K H S L
Decimal 174 12 219 0.21 0.95 0 0.14 286.96 0.9 0.45
Hex AE C DB 15 5F 0 E 11F 5A 2D
Octal 256 14 333 25 137 0 16 437 132 55
Binary 10101110 1100 11011011 10101 1011111 0 1110 100011111 1011010 101101

Color Harmonies of #AE0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0CDB

Black with #AE0CDB

Text Example


Text Example

White with #AE0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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