Html Css Color HEX #AA54F7 Medium Orchid

📋 copy color: '#AA54F7'

red 170 ◦ green 84 ◦ blue 247

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

Shades of Medium Orchid #AA54F7

Tints of Medium Orchid #AA54F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.3%

R = 33.93%
G = 16.77%
B = 49.3%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA54F7 (or 0xAA54F7) is known color: Medium Orchid. HEX triplet: AA, 54 and F7. RGB value is (170,84,247). Sum of RGB (Red+Green+Blue) = 170+84+247=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA54F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA54F7 is #55AB08. Grayscale: #7F7F7F. Windows color (decimal): -5614345 or 16209066. OLE color: 16209066.

HSL color Cylindrical-coordinate representation of color #AA54F7: hue angle of 271.66º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA54F7 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 84 247 -
CMYK 0.31 0.66 0 0.03
HSL 271.66º 0.91% 0.65% -
HSV(B) 271.66º 0.66% 0.97% -
XYZ 36.54 21.6 90.24 -
YUV 128.3 194.99 157.75 -
System Red Green Blue C M Y K H S L
Decimal 170 84 247 0.31 0.66 0 0.03 271.66 0.91 0.65
Hex AA 54 F7 1F 42 0 3 110 5B 41
Octal 252 124 367 37 102 0 3 420 133 101
Binary 10101010 1010100 11110111 11111 1000010 0 11 100010000 1011011 1000001

Color Harmonies of #AA54F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54F7

Black with #AA54F7

Text Example


Text Example

White with #AA54F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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