Html Css Color HEX #AA54CD Medium Orchid

📋 copy color: '#AA54CD'

red 170 ◦ green 84 ◦ blue 205

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

Shades of Medium Orchid #AA54CD

Tints of Medium Orchid #AA54CD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.3%

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 37.04%
G = 18.3%
B = 44.66%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA54CD (or 0xAA54CD) is known color: Medium Orchid. HEX triplet: AA, 54 and CD. RGB value is (170,84,205). Sum of RGB (Red+Green+Blue) = 170+84+205=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA54CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54CD is #55AB32. Grayscale: #7B7B7B. Windows color (decimal): -5614387 or 13456554. OLE color: 13456554.

HSL color Cylindrical-coordinate representation of color #AA54CD: hue angle of 282.64º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA54CD is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 84 205 -
CMYK 0.17 0.59 0 0.20
HSL 282.64º 0.55% 0.57% -
HSV(B) 282.64º 0.59% 0.8% -
XYZ 30.77 19.29 59.86 -
YUV 123.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 170 84 205 0.17 0.59 0 0.20 282.64 0.55 0.57
Hex AA 54 CD 11 3B 0 14 11B 37 39
Octal 252 124 315 21 73 0 24 433 67 71
Binary 10101010 1010100 11001101 10001 111011 0 10100 100011011 110111 111001

Color Harmonies of #AA54CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54CD

Black with #AA54CD

Text Example


Text Example

White with #AA54CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54CD; }

 p { color: rgb(170,84,205); }

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

background-color css

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

 a { background-color: rgb(170,84,205); }

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

border-color css

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

 span { border-color: rgb(170,84,205); }

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