Html Css Color HEX #AA5DCD Medium Orchid

📋 copy color: '#AA5DCD'

red 170 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #AA5DCD

Tints of Medium Orchid #AA5DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 36.32%
G = 19.87%
B = 43.8%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA5DCD (or 0xAA5DCD) is known color: Medium Orchid. HEX triplet: AA, 5D and CD. RGB value is (170,93,205). Sum of RGB (Red+Green+Blue) = 170+93+205=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DCD is #55A232. Grayscale: #808080. Windows color (decimal): -5612083 or 13458858. OLE color: 13458858.

HSL color Cylindrical-coordinate representation of color #AA5DCD: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA5DCD is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 93 205 -
CMYK 0.17 0.55 0 0.20
HSL 281.25º 0.53% 0.58% -
HSV(B) 281.25º 0.55% 0.8% -
XYZ 31.51 20.78 60.11 -
YUV 128.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 170 93 205 0.17 0.55 0 0.20 281.25 0.53 0.58
Hex AA 5D CD 11 37 0 14 119 35 3A
Octal 252 135 315 21 67 0 24 431 65 72
Binary 10101010 1011101 11001101 10001 110111 0 10100 100011001 110101 111010

Color Harmonies of #AA5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DCD

Black with #AA5DCD

Text Example


Text Example

White with #AA5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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