Html Css Color HEX #AE5FC0 Medium Orchid

📋 copy color: '#AE5FC0'

red 174 ◦ green 95 ◦ blue 192

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

Shades of Medium Orchid #AE5FC0

Tints of Medium Orchid #AE5FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.61%

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

R = 37.74%
G = 20.61%
B = 41.65%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE5FC0 (or 0xAE5FC0) is known color: Medium Orchid. HEX triplet: AE, 5F and C0. RGB value is (174,95,192). Sum of RGB (Red+Green+Blue) = 174+95+192=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE5FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5FC0 is #51A03F. Grayscale: #818181. Windows color (decimal): -5349440 or 12607406. OLE color: 12607406.

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

Color convert

RGB 174 95 192 -
CMYK 0.09 0.51 0 0.25
HSL 288.87º 0.43% 0.56% -
HSV(B) 288.87º 0.51% 0.75% -
XYZ 31.06 20.99 52.28 -
YUV 129.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 174 95 192 0.09 0.51 0 0.25 288.87 0.43 0.56
Hex AE 5F C0 9 33 0 19 121 2B 38
Octal 256 137 300 11 63 0 31 441 53 70
Binary 10101110 1011111 11000000 1001 110011 0 11001 100100001 101011 111000

Color Harmonies of #AE5FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5FC0

Black with #AE5FC0

Text Example


Text Example

White with #AE5FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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