Html Css Color HEX #AE68CE Medium Orchid

📋 copy color: '#AE68CE'

red 174 ◦ green 104 ◦ blue 206

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

Shades of Medium Orchid #AE68CE

Tints of Medium Orchid #AE68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 35.95%
G = 21.49%
B = 42.56%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE68CE (or 0xAE68CE) is known color: Medium Orchid. HEX triplet: AE, 68 and CE. RGB value is (174,104,206). Sum of RGB (Red+Green+Blue) = 174+104+206=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68CE is #519731. Grayscale: #888888. Windows color (decimal): -5347122 or 13527214. OLE color: 13527214.

HSL color Cylindrical-coordinate representation of color #AE68CE: hue angle of 281.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE68CE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 104 206 -
CMYK 0.16 0.50 0 0.19
HSL 281.18º 0.51% 0.61% -
HSV(B) 281.18º 0.5% 0.81% -
XYZ 33.55 23.36 61.13 -
YUV 136.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 174 104 206 0.16 0.50 0 0.19 281.18 0.51 0.61
Hex AE 68 CE 10 32 0 13 119 33 3D
Octal 256 150 316 20 62 0 23 431 63 75
Binary 10101110 1101000 11001110 10000 110010 0 10011 100011001 110011 111101

Color Harmonies of #AE68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68CE

Black with #AE68CE

Text Example


Text Example

White with #AE68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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