Html Css Color HEX #AA5DD5 Medium Orchid

📋 copy color: '#AA5DD5'

red 170 ◦ green 93 ◦ blue 213

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

Shades of Medium Orchid #AA5DD5

Tints of Medium Orchid #AA5DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.75%

R = 35.71%
G = 19.54%
B = 44.75%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA5DD5 (or 0xAA5DD5) is known color: Medium Orchid. HEX triplet: AA, 5D and D5. RGB value is (170,93,213). Sum of RGB (Red+Green+Blue) = 170+93+213=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA5DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DD5 is #55A22A. Grayscale: #818181. Windows color (decimal): -5612075 or 13983146. OLE color: 13983146.

HSL color Cylindrical-coordinate representation of color #AA5DD5: hue angle of 278.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA5DD5 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 93 213 -
CMYK 0.20 0.56 0 0.16
HSL 278.5º 0.59% 0.6% -
HSV(B) 278.5º 0.56% 0.84% -
XYZ 32.5 21.18 65.33 -
YUV 129.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 170 93 213 0.20 0.56 0 0.16 278.5 0.59 0.6
Hex AA 5D D5 14 38 0 10 116 3B 3C
Octal 252 135 325 24 70 0 20 426 73 74
Binary 10101010 1011101 11010101 10100 111000 0 10000 100010110 111011 111100

Color Harmonies of #AA5DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DD5

Black with #AA5DD5

Text Example


Text Example

White with #AA5DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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