Html Css Color HEX #AE0ACE Dark Violet

📋 copy color: '#AE0ACE'

red 174 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #AE0ACE

Tints of Dark Violet #AE0ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 44.62%
G = 2.56%
B = 52.82%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE0ACE (or 0xAE0ACE) is known color: Dark Violet. HEX triplet: AE, 0A and CE. RGB value is (174,10,206). Sum of RGB (Red+Green+Blue) = 174+10+206=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE0ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0ACE is #51F531. Grayscale: #505050. Windows color (decimal): -5371186 or 13503150. OLE color: 13503150.

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

Color convert

RGB 174 10 206 -
CMYK 0.16 0.95 0 0.19
HSL 290.2º 0.91% 0.42% -
HSV(B) 290.2º 0.95% 0.81% -
XYZ 28.7 13.67 59.52 -
YUV 81.38 198.33 194.06 -
System Red Green Blue C M Y K H S L
Decimal 174 10 206 0.16 0.95 0 0.19 290.2 0.91 0.42
Hex AE A CE 10 5F 0 13 122 5B 2A
Octal 256 12 316 20 137 0 23 442 133 52
Binary 10101110 1010 11001110 10000 1011111 0 10011 100100010 1011011 101010

Color Harmonies of #AE0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0ACE

Black with #AE0ACE

Text Example


Text Example

White with #AE0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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