Html Css Color HEX #AA5ADE Medium Orchid

📋 copy color: '#AA5ADE'

red 170 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #AA5ADE

Tints of Medium Orchid #AA5ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 35.27%
G = 18.67%
B = 46.06%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA5ADE (or 0xAA5ADE) is known color: Medium Orchid. HEX triplet: AA, 5A and DE. RGB value is (170,90,222). Sum of RGB (Red+Green+Blue) = 170+90+222=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA5ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ADE is #55A521. Grayscale: #808080. Windows color (decimal): -5612834 or 14572202. OLE color: 14572202.

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

Color convert

RGB 170 90 222 -
CMYK 0.23 0.59 0 0.13
HSL 276.36º 0.67% 0.61% -
HSV(B) 276.36º 0.59% 0.87% -
XYZ 33.42 21.13 71.42 -
YUV 128.97 180.5 157.27 -
System Red Green Blue C M Y K H S L
Decimal 170 90 222 0.23 0.59 0 0.13 276.36 0.67 0.61
Hex AA 5A DE 17 3B 0 D 114 43 3D
Octal 252 132 336 27 73 0 15 424 103 75
Binary 10101010 1011010 11011110 10111 111011 0 1101 100010100 1000011 111101

Color Harmonies of #AA5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ADE

Black with #AA5ADE

Text Example


Text Example

White with #AA5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ADE; }

 p { color: rgb(170,90,222); }

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

background-color css

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

 a { background-color: rgb(170,90,222); }

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

border-color css

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

 span { border-color: rgb(170,90,222); }

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