Html Css Color HEX #AA54CE Medium Orchid

📋 copy color: '#AA54CE'

red 170 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #AA54CE

Tints of Medium Orchid #AA54CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 36.96%
G = 18.26%
B = 44.78%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA54CE (or 0xAA54CE) is known color: Medium Orchid. HEX triplet: AA, 54 and CE. RGB value is (170,84,206). Sum of RGB (Red+Green+Blue) = 170+84+206=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA54CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54CE is #55AB31. Grayscale: #7B7B7B. Windows color (decimal): -5614386 or 13522090. OLE color: 13522090.

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

Color convert

RGB 170 84 206 -
CMYK 0.17 0.59 0 0.19
HSL 282.3º 0.55% 0.57% -
HSV(B) 282.3º 0.59% 0.81% -
XYZ 30.89 19.34 60.5 -
YUV 123.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 170 84 206 0.17 0.59 0 0.19 282.3 0.55 0.57
Hex AA 54 CE 11 3B 0 13 11A 37 39
Octal 252 124 316 21 73 0 23 432 67 71
Binary 10101010 1010100 11001110 10001 111011 0 10011 100011010 110111 111001

Color Harmonies of #AA54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54CE

Black with #AA54CE

Text Example


Text Example

White with #AA54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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