Html Css Color HEX #AA5BCE Medium Orchid

📋 copy color: '#AA5BCE'

red 170 ◦ green 91 ◦ blue 206

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

Shades of Medium Orchid #AA5BCE

Tints of Medium Orchid #AA5BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.49%

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

R = 36.4%
G = 19.49%
B = 44.11%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA5BCE (or 0xAA5BCE) is known color: Medium Orchid. HEX triplet: AA, 5B and CE. RGB value is (170,91,206). Sum of RGB (Red+Green+Blue) = 170+91+206=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA5BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BCE is #55A431. Grayscale: #7F7F7F. Windows color (decimal): -5612594 or 13523882. OLE color: 13523882.

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

Color convert

RGB 170 91 206 -
CMYK 0.17 0.56 0 0.19
HSL 281.22º 0.54% 0.58% -
HSV(B) 281.22º 0.56% 0.81% -
XYZ 31.46 20.48 60.69 -
YUV 127.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 170 91 206 0.17 0.56 0 0.19 281.22 0.54 0.58
Hex AA 5B CE 11 38 0 13 119 36 3A
Octal 252 133 316 21 70 0 23 431 66 72
Binary 10101010 1011011 11001110 10001 111000 0 10011 100011001 110110 111010

Color Harmonies of #AA5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BCE

Black with #AA5BCE

Text Example


Text Example

White with #AA5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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