Html Css Color HEX #AE60DC Medium Orchid

📋 copy color: '#AE60DC'

red 174 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #AE60DC

Tints of Medium Orchid #AE60DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.59%

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 35.51%
G = 19.59%
B = 44.9%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE60DC (or 0xAE60DC) is known color: Medium Orchid. HEX triplet: AE, 60 and DC. RGB value is (174,96,220). Sum of RGB (Red+Green+Blue) = 174+96+220=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE60DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60DC is #519F23. Grayscale: #858585. Windows color (decimal): -5349156 or 14442670. OLE color: 14442670.

HSL color Cylindrical-coordinate representation of color #AE60DC: hue angle of 277.74º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE60DC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 96 220 -
CMYK 0.21 0.56 0 0.14
HSL 277.74º 0.64% 0.62% -
HSV(B) 277.74º 0.56% 0.86% -
XYZ 34.56 22.53 70.24 -
YUV 133.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 174 96 220 0.21 0.56 0 0.14 277.74 0.64 0.62
Hex AE 60 DC 15 38 0 E 116 40 3E
Octal 256 140 334 25 70 0 16 426 100 76
Binary 10101110 1100000 11011100 10101 111000 0 1110 100010110 1000000 111110

Color Harmonies of #AE60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE60DC

Black with #AE60DC

Text Example


Text Example

White with #AE60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE60DC; }

 p { color: rgb(174,96,220); }

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

background-color css

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

 a { background-color: rgb(174,96,220); }

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

border-color css

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

 span { border-color: rgb(174,96,220); }

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