Html Css Color HEX #AE0ACD Dark Violet

📋 copy color: '#AE0ACD'

red 174 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #AE0ACD

Tints of Dark Violet #AE0ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 44.73%
G = 2.57%
B = 52.7%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE0ACD (or 0xAE0ACD) is known color: Dark Violet. HEX triplet: AE, 0A and CD. RGB value is (174,10,205). Sum of RGB (Red+Green+Blue) = 174+10+205=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE0ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0ACD is #51F532. Grayscale: #505050. Windows color (decimal): -5371187 or 13437614. OLE color: 13437614.

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

Color convert

RGB 174 10 205 -
CMYK 0.15 0.95 0 0.20
HSL 290.46º 0.91% 0.42% -
HSV(B) 290.46º 0.95% 0.8% -
XYZ 28.58 13.62 58.88 -
YUV 81.27 197.83 194.14 -
System Red Green Blue C M Y K H S L
Decimal 174 10 205 0.15 0.95 0 0.20 290.46 0.91 0.42
Hex AE A CD F 5F 0 14 122 5B 2A
Octal 256 12 315 17 137 0 24 442 133 52
Binary 10101110 1010 11001101 1111 1011111 0 10100 100100010 1011011 101010

Color Harmonies of #AE0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0ACD

Black with #AE0ACD

Text Example


Text Example

White with #AE0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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