Html Css Color HEX #AE0DCF Dark Violet

📋 copy color: '#AE0DCF'

red 174 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #AE0DCF

Tints of Dark Violet #AE0DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.3%

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 44.16%
G = 3.3%
B = 52.54%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE0DCF (or 0xAE0DCF) is known color: Dark Violet. HEX triplet: AE, 0D and CF. RGB value is (174,13,207). Sum of RGB (Red+Green+Blue) = 174+13+207=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE0DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DCF is #51F230. Grayscale: #525252. Windows color (decimal): -5370417 or 13569454. OLE color: 13569454.

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

Color convert

RGB 174 13 207 -
CMYK 0.16 0.94 0 0.19
HSL 289.79º 0.88% 0.43% -
HSV(B) 289.79º 0.94% 0.81% -
XYZ 28.86 13.79 60.17 -
YUV 83.26 197.84 192.73 -
System Red Green Blue C M Y K H S L
Decimal 174 13 207 0.16 0.94 0 0.19 289.79 0.88 0.43
Hex AE D CF 10 5E 0 13 122 58 2B
Octal 256 15 317 20 136 0 23 442 130 53
Binary 10101110 1101 11001111 10000 1011110 0 10011 100100010 1011000 101011

Color Harmonies of #AE0DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DCF

Black with #AE0DCF

Text Example


Text Example

White with #AE0DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DCF; }

 p { color: rgb(174,13,207); }

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

background-color css

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

 a { background-color: rgb(174,13,207); }

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

border-color css

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

 span { border-color: rgb(174,13,207); }

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