Html Css Color HEX #AE68CF Medium Orchid

📋 copy color: '#AE68CF'

red 174 ◦ green 104 ◦ blue 207

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

Shades of Medium Orchid #AE68CF

Tints of Medium Orchid #AE68CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 35.88%
G = 21.44%
B = 42.68%

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

#AE68CF (or 0xAE68CF) is known color: Medium Orchid. HEX triplet: AE, 68 and CF. RGB value is (174,104,207). Sum of RGB (Red+Green+Blue) = 174+104+207=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE68CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68CF is #519730. Grayscale: #888888. Windows color (decimal): -5347121 or 13592750. OLE color: 13592750.

HSL color Cylindrical-coordinate representation of color #AE68CF: hue angle of 280.78º degrees, saturation: 0.52, 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 #AE68CF is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 104 207 -
CMYK 0.16 0.50 0 0.19
HSL 280.78º 0.52% 0.61% -
HSV(B) 280.78º 0.5% 0.81% -
XYZ 33.67 23.4 61.77 -
YUV 136.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 174 104 207 0.16 0.50 0 0.19 280.78 0.52 0.61
Hex AE 68 CF 10 32 0 13 119 34 3D
Octal 256 150 317 20 62 0 23 431 64 75
Binary 10101110 1101000 11001111 10000 110010 0 10011 100011001 110100 111101

Color Harmonies of #AE68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68CF

Black with #AE68CF

Text Example


Text Example

White with #AE68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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