Html Css Color HEX #AA5DDD Medium Orchid

📋 copy color: '#AA5DDD'

red 170 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #AA5DDD

Tints of Medium Orchid #AA5DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 35.12%
G = 19.21%
B = 45.66%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA5DDD (or 0xAA5DDD) is known color: Medium Orchid. HEX triplet: AA, 5D and DD. RGB value is (170,93,221). Sum of RGB (Red+Green+Blue) = 170+93+221=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA5DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DDD is #55A222. Grayscale: #828282. Windows color (decimal): -5612067 or 14507434. OLE color: 14507434.

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

Color convert

RGB 170 93 221 -
CMYK 0.23 0.58 0 0.13
HSL 276.09º 0.65% 0.62% -
HSV(B) 276.09º 0.58% 0.87% -
XYZ 33.54 21.6 70.81 -
YUV 130.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 170 93 221 0.23 0.58 0 0.13 276.09 0.65 0.62
Hex AA 5D DD 17 3A 0 D 114 41 3E
Octal 252 135 335 27 72 0 15 424 101 76
Binary 10101010 1011101 11011101 10111 111010 0 1101 100010100 1000001 111110

Color Harmonies of #AA5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DDD

Black with #AA5DDD

Text Example


Text Example

White with #AA5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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