Html Css Color HEX #AA5AD8 Medium Orchid

📋 copy color: '#AA5AD8'

red 170 ◦ green 90 ◦ blue 216

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

Shades of Medium Orchid #AA5AD8

Tints of Medium Orchid #AA5AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.38%

R = 35.71%
G = 18.91%
B = 45.38%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA5AD8 (or 0xAA5AD8) is known color: Medium Orchid. HEX triplet: AA, 5A and D8. RGB value is (170,90,216). Sum of RGB (Red+Green+Blue) = 170+90+216=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA5AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5AD8 is #55A527. Grayscale: #7F7F7F. Windows color (decimal): -5612840 or 14178986. OLE color: 14178986.

HSL color Cylindrical-coordinate representation of color #AA5AD8: hue angle of 278.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5AD8 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 90 216 -
CMYK 0.21 0.58 0 0.15
HSL 278.1º 0.62% 0.6% -
HSV(B) 278.1º 0.58% 0.85% -
XYZ 32.63 20.82 67.26 -
YUV 128.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 170 90 216 0.21 0.58 0 0.15 278.1 0.62 0.6
Hex AA 5A D8 15 3A 0 F 116 3E 3C
Octal 252 132 330 25 72 0 17 426 76 74
Binary 10101010 1011010 11011000 10101 111010 0 1111 100010110 111110 111100

Color Harmonies of #AA5AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AD8

Black with #AA5AD8

Text Example


Text Example

White with #AA5AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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