Html Css Color HEX #AE68CA Medium Orchid

📋 copy color: '#AE68CA'

red 174 ◦ green 104 ◦ blue 202

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

Shades of Medium Orchid #AE68CA

Tints of Medium Orchid #AE68CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 36.25%
G = 21.67%
B = 42.08%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE68CA (or 0xAE68CA) is known color: Medium Orchid. HEX triplet: AE, 68 and CA. RGB value is (174,104,202). Sum of RGB (Red+Green+Blue) = 174+104+202=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE68CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68CA is #519735. Grayscale: #878787. Windows color (decimal): -5347126 or 13265070. OLE color: 13265070.

HSL color Cylindrical-coordinate representation of color #AE68CA: hue angle of 282.86º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE68CA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 104 202 -
CMYK 0.14 0.49 0 0.21
HSL 282.86º 0.48% 0.6% -
HSV(B) 282.86º 0.49% 0.79% -
XYZ 33.07 23.16 58.61 -
YUV 136.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 174 104 202 0.14 0.49 0 0.21 282.86 0.48 0.6
Hex AE 68 CA E 31 0 15 11B 30 3C
Octal 256 150 312 16 61 0 25 433 60 74
Binary 10101110 1101000 11001010 1110 110001 0 10101 100011011 110000 111100

Color Harmonies of #AE68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68CA

Black with #AE68CA

Text Example


Text Example

White with #AE68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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