Html Css Color HEX #AA5AC9 Medium Orchid

📋 copy color: '#AA5AC9'

red 170 ◦ green 90 ◦ blue 201

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

Shades of Medium Orchid #AA5AC9

Tints of Medium Orchid #AA5AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 36.88%
G = 19.52%
B = 43.6%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA5AC9 (or 0xAA5AC9) is known color: Medium Orchid. HEX triplet: AA, 5A and C9. RGB value is (170,90,201). Sum of RGB (Red+Green+Blue) = 170+90+201=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA5AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5AC9 is #55A536. Grayscale: #7E7E7E. Windows color (decimal): -5612855 or 13195946. OLE color: 13195946.

HSL color Cylindrical-coordinate representation of color #AA5AC9: hue angle of 283.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA5AC9 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 90 201 -
CMYK 0.15 0.55 0 0.21
HSL 283.24º 0.51% 0.57% -
HSV(B) 283.24º 0.55% 0.79% -
XYZ 30.78 20.08 57.51 -
YUV 126.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 170 90 201 0.15 0.55 0 0.21 283.24 0.51 0.57
Hex AA 5A C9 F 37 0 15 11B 33 39
Octal 252 132 311 17 67 0 25 433 63 71
Binary 10101010 1011010 11001001 1111 110111 0 10101 100011011 110011 111001

Color Harmonies of #AA5AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AC9

Black with #AA5AC9

Text Example


Text Example

White with #AA5AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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