Html Css Color HEX #AA5DDE Medium Orchid

📋 copy color: '#AA5DDE'

red 170 ◦ green 93 ◦ blue 222

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

Shades of Medium Orchid #AA5DDE

Tints of Medium Orchid #AA5DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 35.05%
G = 19.18%
B = 45.77%

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

#AA5DDE (or 0xAA5DDE) is known color: Medium Orchid. HEX triplet: AA, 5D and DE. RGB value is (170,93,222). Sum of RGB (Red+Green+Blue) = 170+93+222=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA5DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DDE is #55A221. Grayscale: #828282. Windows color (decimal): -5612066 or 14572970. OLE color: 14572970.

HSL color Cylindrical-coordinate representation of color #AA5DDE: hue angle of 275.81º degrees, saturation: 0.66, 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 #AA5DDE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 93 222 -
CMYK 0.23 0.58 0 0.13
HSL 275.81º 0.66% 0.62% -
HSV(B) 275.81º 0.58% 0.87% -
XYZ 33.68 21.65 71.51 -
YUV 130.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 170 93 222 0.23 0.58 0 0.13 275.81 0.66 0.62
Hex AA 5D DE 17 3A 0 D 114 42 3E
Octal 252 135 336 27 72 0 15 424 102 76
Binary 10101010 1011101 11011110 10111 111010 0 1101 100010100 1000010 111110

Color Harmonies of #AA5DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DDE

Black with #AA5DDE

Text Example


Text Example

White with #AA5DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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