Html Css Color HEX #AA5CDE Medium Orchid

📋 copy color: '#AA5CDE'

red 170 ◦ green 92 ◦ blue 222

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

Shades of Medium Orchid #AA5CDE

Tints of Medium Orchid #AA5CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.01%

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

R = 35.12%
G = 19.01%
B = 45.87%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA5CDE (or 0xAA5CDE) is known color: Medium Orchid. HEX triplet: AA, 5C and DE. RGB value is (170,92,222). Sum of RGB (Red+Green+Blue) = 170+92+222=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CDE is #55A321. Grayscale: #818181. Windows color (decimal): -5612322 or 14572714. OLE color: 14572714.

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

Color convert

RGB 170 92 222 -
CMYK 0.23 0.59 0 0.13
HSL 276º 0.66% 0.62% -
HSV(B) 276º 0.59% 0.87% -
XYZ 33.59 21.47 71.48 -
YUV 130.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 170 92 222 0.23 0.59 0 0.13 276 0.66 0.62
Hex AA 5C DE 17 3B 0 D 114 42 3E
Octal 252 134 336 27 73 0 15 424 102 76
Binary 10101010 1011100 11011110 10111 111011 0 1101 100010100 1000010 111110

Color Harmonies of #AA5CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CDE

Black with #AA5CDE

Text Example


Text Example

White with #AA5CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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