Html Css Color HEX #AA5DDA Medium Orchid

📋 copy color: '#AA5DDA'

red 170 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #AA5DDA

Tints of Medium Orchid #AA5DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 35.34%
G = 19.33%
B = 45.32%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA5DDA (or 0xAA5DDA) is known color: Medium Orchid. HEX triplet: AA, 5D and DA. RGB value is (170,93,218). Sum of RGB (Red+Green+Blue) = 170+93+218=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA5DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DDA is #55A225. Grayscale: #818181. Windows color (decimal): -5612070 or 14310826. OLE color: 14310826.

HSL color Cylindrical-coordinate representation of color #AA5DDA: hue angle of 276.96º degrees, saturation: 0.63, 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 #AA5DDA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 93 218 -
CMYK 0.22 0.57 0 0.15
HSL 276.96º 0.63% 0.61% -
HSV(B) 276.96º 0.57% 0.85% -
XYZ 33.15 21.44 68.72 -
YUV 130.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 170 93 218 0.22 0.57 0 0.15 276.96 0.63 0.61
Hex AA 5D DA 16 39 0 F 115 3F 3D
Octal 252 135 332 26 71 0 17 425 77 75
Binary 10101010 1011101 11011010 10110 111001 0 1111 100010101 111111 111101

Color Harmonies of #AA5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DDA

Black with #AA5DDA

Text Example


Text Example

White with #AA5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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