Html Css Color HEX #AA5BDC Medium Orchid

📋 copy color: '#AA5BDC'

red 170 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #AA5BDC

Tints of Medium Orchid #AA5BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 35.34%
G = 18.92%
B = 45.74%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA5BDC (or 0xAA5BDC) is known color: Medium Orchid. HEX triplet: AA, 5B and DC. RGB value is (170,91,220). Sum of RGB (Red+Green+Blue) = 170+91+220=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA5BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BDC is #55A423. Grayscale: #808080. Windows color (decimal): -5612580 or 14441386. OLE color: 14441386.

HSL color Cylindrical-coordinate representation of color #AA5BDC: hue angle of 276.74º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5BDC is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 91 220 -
CMYK 0.23 0.59 0 0.14
HSL 276.74º 0.65% 0.61% -
HSV(B) 276.74º 0.59% 0.86% -
XYZ 33.24 21.2 70.05 -
YUV 129.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 170 91 220 0.23 0.59 0 0.14 276.74 0.65 0.61
Hex AA 5B DC 17 3B 0 E 115 41 3D
Octal 252 133 334 27 73 0 16 425 101 75
Binary 10101010 1011011 11011100 10111 111011 0 1110 100010101 1000001 111101

Color Harmonies of #AA5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BDC

Black with #AA5BDC

Text Example


Text Example

White with #AA5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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