Html Css Color HEX #AA5BDB Medium Orchid

📋 copy color: '#AA5BDB'

red 170 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #AA5BDB

Tints of Medium Orchid #AA5BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 35.42%
G = 18.96%
B = 45.63%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA5BDB (or 0xAA5BDB) is known color: Medium Orchid. HEX triplet: AA, 5B and DB. RGB value is (170,91,219). Sum of RGB (Red+Green+Blue) = 170+91+219=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA5BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BDB is #55A424. Grayscale: #808080. Windows color (decimal): -5612581 or 14375850. OLE color: 14375850.

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

Color convert

RGB 170 91 219 -
CMYK 0.22 0.58 0 0.14
HSL 277.03º 0.64% 0.61% -
HSV(B) 277.03º 0.58% 0.86% -
XYZ 33.1 21.14 69.35 -
YUV 129.21 178.67 157.09 -
System Red Green Blue C M Y K H S L
Decimal 170 91 219 0.22 0.58 0 0.14 277.03 0.64 0.61
Hex AA 5B DB 16 3A 0 E 115 40 3D
Octal 252 133 333 26 72 0 16 425 100 75
Binary 10101010 1011011 11011011 10110 111010 0 1110 100010101 1000000 111101

Color Harmonies of #AA5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BDB

Black with #AA5BDB

Text Example


Text Example

White with #AA5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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