Html Css Color HEX #AE60D5 Medium Orchid

📋 copy color: '#AE60D5'

red 174 ◦ green 96 ◦ blue 213

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

Shades of Medium Orchid #AE60D5

Tints of Medium Orchid #AE60D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 36.02%
G = 19.88%
B = 44.1%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE60D5 (or 0xAE60D5) is known color: Medium Orchid. HEX triplet: AE, 60 and D5. RGB value is (174,96,213). Sum of RGB (Red+Green+Blue) = 174+96+213=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE60D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60D5 is #519F2A. Grayscale: #848484. Windows color (decimal): -5349163 or 13983918. OLE color: 13983918.

HSL color Cylindrical-coordinate representation of color #AE60D5: hue angle of 280º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE60D5 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 96 213 -
CMYK 0.18 0.55 0 0.16
HSL 280º 0.58% 0.61% -
HSV(B) 280º 0.55% 0.84% -
XYZ 33.65 22.17 65.46 -
YUV 132.66 173.34 157.49 -
System Red Green Blue C M Y K H S L
Decimal 174 96 213 0.18 0.55 0 0.16 280 0.58 0.61
Hex AE 60 D5 12 37 0 10 118 3A 3D
Octal 256 140 325 22 67 0 20 430 72 75
Binary 10101110 1100000 11010101 10010 110111 0 10000 100011000 111010 111101

Color Harmonies of #AE60D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE60D5

Black with #AE60D5

Text Example


Text Example

White with #AE60D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE60D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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