Html Css Color HEX #AA5DD8 Medium Orchid

📋 copy color: '#AA5DD8'

red 170 ◦ green 93 ◦ blue 216

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

Shades of Medium Orchid #AA5DD8

Tints of Medium Orchid #AA5DD8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.42%

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

R = 35.49%
G = 19.42%
B = 45.09%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA5DD8 (or 0xAA5DD8) is known color: Medium Orchid. HEX triplet: AA, 5D and D8. RGB value is (170,93,216). Sum of RGB (Red+Green+Blue) = 170+93+216=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA5DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DD8 is #55A227. Grayscale: #818181. Windows color (decimal): -5612072 or 14179754. OLE color: 14179754.

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

Color convert

RGB 170 93 216 -
CMYK 0.21 0.57 0 0.15
HSL 277.56º 0.61% 0.61% -
HSV(B) 277.56º 0.57% 0.85% -
XYZ 32.89 21.33 67.35 -
YUV 130.05 176.51 156.5 -
System Red Green Blue C M Y K H S L
Decimal 170 93 216 0.21 0.57 0 0.15 277.56 0.61 0.61
Hex AA 5D D8 15 39 0 F 116 3D 3D
Octal 252 135 330 25 71 0 17 426 75 75
Binary 10101010 1011101 11011000 10101 111001 0 1111 100010110 111101 111101

Color Harmonies of #AA5DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DD8

Black with #AA5DD8

Text Example


Text Example

White with #AA5DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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