Html Css Color HEX #AA5DCE Medium Orchid

📋 copy color: '#AA5DCE'

red 170 ◦ green 93 ◦ blue 206

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

Shades of Medium Orchid #AA5DCE

Tints of Medium Orchid #AA5DCE

RGB

 RED value IS 170 (66.8% from 255) = 36.25%

 GREEN value IS 93 (36.72% from 255) = 19.83%

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 36.25%
G = 19.83%
B = 43.92%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA5DCE (or 0xAA5DCE) is known color: Medium Orchid. HEX triplet: AA, 5D and CE. RGB value is (170,93,206). Sum of RGB (Red+Green+Blue) = 170+93+206=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA5DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DCE is #55A231. Grayscale: #808080. Windows color (decimal): -5612082 or 13524394. OLE color: 13524394.

HSL color Cylindrical-coordinate representation of color #AA5DCE: hue angle of 280.88º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA5DCE is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 93 206 -
CMYK 0.17 0.55 0 0.19
HSL 280.88º 0.54% 0.59% -
HSV(B) 280.88º 0.55% 0.81% -
XYZ 31.63 20.83 60.75 -
YUV 128.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 170 93 206 0.17 0.55 0 0.19 280.88 0.54 0.59
Hex AA 5D CE 11 37 0 13 119 36 3B
Octal 252 135 316 21 67 0 23 431 66 73
Binary 10101010 1011101 11001110 10001 110111 0 10011 100011001 110110 111011

Color Harmonies of #AA5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DCE

Black with #AA5DCE

Text Example


Text Example

White with #AA5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DCE; }

 p { color: rgb(170,93,206); }

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

background-color css

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

 a { background-color: rgb(170,93,206); }

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

border-color css

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

 span { border-color: rgb(170,93,206); }

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