Html Css Color HEX #AE0DCB Dark Violet

📋 copy color: '#AE0DCB'

red 174 ◦ green 13 ◦ blue 203

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

Shades of Dark Violet #AE0DCB

Tints of Dark Violet #AE0DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 44.62%
G = 3.33%
B = 52.05%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE0DCB (or 0xAE0DCB) is known color: Dark Violet. HEX triplet: AE, 0D and CB. RGB value is (174,13,203). Sum of RGB (Red+Green+Blue) = 174+13+203=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE0DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DCB is #51F234. Grayscale: #525252. Windows color (decimal): -5370421 or 13307310. OLE color: 13307310.

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

Color convert

RGB 174 13 203 -
CMYK 0.14 0.94 0 0.20
HSL 290.84º 0.88% 0.42% -
HSV(B) 290.84º 0.94% 0.8% -
XYZ 28.38 13.6 57.63 -
YUV 82.8 195.84 193.05 -
System Red Green Blue C M Y K H S L
Decimal 174 13 203 0.14 0.94 0 0.20 290.84 0.88 0.42
Hex AE D CB E 5E 0 14 123 58 2A
Octal 256 15 313 16 136 0 24 443 130 52
Binary 10101110 1101 11001011 1110 1011110 0 10100 100100011 1011000 101010

Color Harmonies of #AE0DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DCB

Black with #AE0DCB

Text Example


Text Example

White with #AE0DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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