Html Css Color HEX #AE68C0 Medium Orchid

📋 copy color: '#AE68C0'

red 174 ◦ green 104 ◦ blue 192

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

Shades of Medium Orchid #AE68C0

Tints of Medium Orchid #AE68C0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

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

R = 37.02%
G = 22.13%
B = 40.85%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE68C0 (or 0xAE68C0) is known color: Medium Orchid. HEX triplet: AE, 68 and C0. RGB value is (174,104,192). Sum of RGB (Red+Green+Blue) = 174+104+192=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE68C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68C0 is #51973F. Grayscale: #868686. Windows color (decimal): -5347136 or 12609710. OLE color: 12609710.

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

Color convert

RGB 174 104 192 -
CMYK 0.09 0.46 0 0.25
HSL 287.73º 0.41% 0.58% -
HSV(B) 287.73º 0.46% 0.75% -
XYZ 31.92 22.71 52.57 -
YUV 134.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 174 104 192 0.09 0.46 0 0.25 287.73 0.41 0.58
Hex AE 68 C0 9 2E 0 19 120 29 3A
Octal 256 150 300 11 56 0 31 440 51 72
Binary 10101110 1101000 11000000 1001 101110 0 11001 100100000 101001 111010

Color Harmonies of #AE68C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68C0

Black with #AE68C0

Text Example


Text Example

White with #AE68C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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