Html Css Color HEX #AE5DC0 Medium Orchid

📋 copy color: '#AE5DC0'

red 174 ◦ green 93 ◦ blue 192

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

Shades of Medium Orchid #AE5DC0

Tints of Medium Orchid #AE5DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 37.91%
G = 20.26%
B = 41.83%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE5DC0 (or 0xAE5DC0) is known color: Medium Orchid. HEX triplet: AE, 5D and C0. RGB value is (174,93,192). Sum of RGB (Red+Green+Blue) = 174+93+192=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE5DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DC0 is #51A23F. Grayscale: #808080. Windows color (decimal): -5349952 or 12606894. OLE color: 12606894.

HSL color Cylindrical-coordinate representation of color #AE5DC0: hue angle of 289.09º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5DC0 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 93 192 -
CMYK 0.09 0.52 0 0.25
HSL 289.09º 0.44% 0.56% -
HSV(B) 289.09º 0.52% 0.75% -
XYZ 30.88 20.63 52.22 -
YUV 128.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 174 93 192 0.09 0.52 0 0.25 289.09 0.44 0.56
Hex AE 5D C0 9 34 0 19 121 2C 38
Octal 256 135 300 11 64 0 31 441 54 70
Binary 10101110 1011101 11000000 1001 110100 0 11001 100100001 101100 111000

Color Harmonies of #AE5DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5DC0

Black with #AE5DC0

Text Example


Text Example

White with #AE5DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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