Html Css Color HEX #AE68CC Medium Orchid

📋 copy color: '#AE68CC'

red 174 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #AE68CC

Tints of Medium Orchid #AE68CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 36.1%
G = 21.58%
B = 42.32%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE68CC (or 0xAE68CC) is known color: Medium Orchid. HEX triplet: AE, 68 and CC. RGB value is (174,104,204). Sum of RGB (Red+Green+Blue) = 174+104+204=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE68CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68CC is #519733. Grayscale: #888888. Windows color (decimal): -5347124 or 13396142. OLE color: 13396142.

HSL color Cylindrical-coordinate representation of color #AE68CC: hue angle of 282º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE68CC is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 104 204 -
CMYK 0.15 0.49 0 0.2
HSL 282º 0.5% 0.6% -
HSV(B) 282º 0.49% 0.8% -
XYZ 33.3 23.26 59.86 -
YUV 136.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 174 104 204 0.15 0.49 0 0.2 282 0.5 0.6
Hex AE 68 CC F 31 0 14 11A 32 3C
Octal 256 150 314 17 61 0 24 432 62 74
Binary 10101110 1101000 11001100 1111 110001 0 10100 100011010 110010 111100

Color Harmonies of #AE68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68CC

Black with #AE68CC

Text Example


Text Example

White with #AE68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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