Html Css Color HEX #AE5DD1 Medium Orchid

📋 copy color: '#AE5DD1'

red 174 ◦ green 93 ◦ blue 209

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

Shades of Medium Orchid #AE5DD1

Tints of Medium Orchid #AE5DD1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.54%

 BLUE value IS 209 (82.03% from 255) = 43.91%

R = 36.55%
G = 19.54%
B = 43.91%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE5DD1 (or 0xAE5DD1) is known color: Medium Orchid. HEX triplet: AE, 5D and D1. RGB value is (174,93,209). Sum of RGB (Red+Green+Blue) = 174+93+209=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE5DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DD1 is #51A22E. Grayscale: #828282. Windows color (decimal): -5349935 or 13721006. OLE color: 13721006.

HSL color Cylindrical-coordinate representation of color #AE5DD1: hue angle of 281.9º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE5DD1 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 93 209 -
CMYK 0.17 0.56 0 0.18
HSL 281.9º 0.56% 0.59% -
HSV(B) 281.9º 0.56% 0.82% -
XYZ 32.88 21.43 62.73 -
YUV 130.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 174 93 209 0.17 0.56 0 0.18 281.9 0.56 0.59
Hex AE 5D D1 11 38 0 12 11A 38 3B
Octal 256 135 321 21 70 0 22 432 70 73
Binary 10101110 1011101 11010001 10001 111000 0 10010 100011010 111000 111011

Color Harmonies of #AE5DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5DD1

Black with #AE5DD1

Text Example


Text Example

White with #AE5DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5DD1; }

 p { color: rgb(174,93,209); }

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

background-color css

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

 a { background-color: rgb(174,93,209); }

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

border-color css

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

 span { border-color: rgb(174,93,209); }

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