Html Css Color HEX #AE1DB9 Dark Orchid

📋 copy color: '#AE1DB9'

red 174 ◦ green 29 ◦ blue 185

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

Shades of Dark Orchid #AE1DB9

Tints of Dark Orchid #AE1DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.47%

 BLUE value IS 185 (72.66% from 255) = 47.68%

R = 44.85%
G = 7.47%
B = 47.68%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE1DB9 (or 0xAE1DB9) is known color: Dark Orchid. HEX triplet: AE, 1D and B9. RGB value is (174,29,185). Sum of RGB (Red+Green+Blue) = 174+29+185=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE1DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1DB9 is #51E246. Grayscale: #595959. Windows color (decimal): -5366343 or 12131758. OLE color: 12131758.

HSL color Cylindrical-coordinate representation of color #AE1DB9: hue angle of 295.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1DB9 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 29 185 -
CMYK 0.06 0.84 0 0.27
HSL 295.77º 0.73% 0.42% -
HSV(B) 295.77º 0.84% 0.73% -
XYZ 26.65 13.38 47.08 -
YUV 90.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 174 29 185 0.06 0.84 0 0.27 295.77 0.73 0.42
Hex AE 1D B9 6 54 0 1B 128 49 2A
Octal 256 35 271 6 124 0 33 450 111 52
Binary 10101110 11101 10111001 110 1010100 0 11011 100101000 1001001 101010

Color Harmonies of #AE1DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1DB9

Black with #AE1DB9

Text Example


Text Example

White with #AE1DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1DB9; }

 p { color: rgb(174,29,185); }

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

background-color css

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

 a { background-color: rgb(174,29,185); }

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

border-color css

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

 span { border-color: rgb(174,29,185); }

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