Html Css Color HEX #AA47F8 Medium Orchid

📋 copy color: '#AA47F8'

red 170 ◦ green 71 ◦ blue 248

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

Shades of Medium Orchid #AA47F8

Tints of Medium Orchid #AA47F8

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.52%

 BLUE value IS 248 (97.27% from 255) = 50.72%

R = 34.76%
G = 14.52%
B = 50.72%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA47F8 (or 0xAA47F8) is known color: Medium Orchid. HEX triplet: AA, 47 and F8. RGB value is (170,71,248). Sum of RGB (Red+Green+Blue) = 170+71+248=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA47F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA47F8 is #55B807. Grayscale: #787878. Windows color (decimal): -5617672 or 16271274. OLE color: 16271274.

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

Color convert

RGB 170 71 248 -
CMYK 0.31 0.71 0 0.03
HSL 273.56º 0.93% 0.63% -
HSV(B) 273.56º 0.71% 0.97% -
XYZ 35.77 19.83 90.75 -
YUV 120.78 199.8 163.11 -
System Red Green Blue C M Y K H S L
Decimal 170 71 248 0.31 0.71 0 0.03 273.56 0.93 0.63
Hex AA 47 F8 1F 47 0 3 112 5D 3F
Octal 252 107 370 37 107 0 3 422 135 77
Binary 10101010 1000111 11111000 11111 1000111 0 11 100010010 1011101 111111

Color Harmonies of #AA47F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47F8

Black with #AA47F8

Text Example


Text Example

White with #AA47F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47F8; }

 p { color: rgb(170,71,248); }

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

background-color css

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

 a { background-color: rgb(170,71,248); }

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

border-color css

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

 span { border-color: rgb(170,71,248); }

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