Html Css Color HEX #AA5DCC Medium Orchid

📋 copy color: '#AA5DCC'

red 170 ◦ green 93 ◦ blue 204

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

Shades of Medium Orchid #AA5DCC

Tints of Medium Orchid #AA5DCC

RGB

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

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

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

R = 36.4%
G = 19.91%
B = 43.68%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA5DCC (or 0xAA5DCC) is known color: Medium Orchid. HEX triplet: AA, 5D and CC. RGB value is (170,93,204). Sum of RGB (Red+Green+Blue) = 170+93+204=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DCC is #55A233. Grayscale: #808080. Windows color (decimal): -5612084 or 13393322. OLE color: 13393322.

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

Color convert

RGB 170 93 204 -
CMYK 0.17 0.54 0 0.2
HSL 281.62º 0.52% 0.58% -
HSV(B) 281.62º 0.54% 0.8% -
XYZ 31.39 20.73 59.47 -
YUV 128.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 170 93 204 0.17 0.54 0 0.2 281.62 0.52 0.58
Hex AA 5D CC 11 36 0 14 11A 34 3A
Octal 252 135 314 21 66 0 24 432 64 72
Binary 10101010 1011101 11001100 10001 110110 0 10100 100011010 110100 111010

Color Harmonies of #AA5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DCC

Black with #AA5DCC

Text Example


Text Example

White with #AA5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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