Html Css Color HEX #AA47F1 Medium Orchid

📋 copy color: '#AA47F1'

red 170 ◦ green 71 ◦ blue 241

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

Shades of Medium Orchid #AA47F1

Tints of Medium Orchid #AA47F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50%

R = 35.27%
G = 14.73%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA47F1 (or 0xAA47F1) is known color: Medium Orchid. HEX triplet: AA, 47 and F1. RGB value is (170,71,241). Sum of RGB (Red+Green+Blue) = 170+71+241=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA47F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA47F1 is #55B80E. Grayscale: #777777. Windows color (decimal): -5617679 or 15812522. OLE color: 15812522.

HSL color Cylindrical-coordinate representation of color #AA47F1: hue angle of 274.94º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA47F1 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 71 241 -
CMYK 0.29 0.71 0 0.05
HSL 274.94º 0.86% 0.61% -
HSV(B) 274.94º 0.71% 0.95% -
XYZ 34.71 19.4 85.14 -
YUV 119.98 196.3 163.68 -
System Red Green Blue C M Y K H S L
Decimal 170 71 241 0.29 0.71 0 0.05 274.94 0.86 0.61
Hex AA 47 F1 1D 47 0 5 113 56 3D
Octal 252 107 361 35 107 0 5 423 126 75
Binary 10101010 1000111 11110001 11101 1000111 0 101 100010011 1010110 111101

Color Harmonies of #AA47F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47F1

Black with #AA47F1

Text Example


Text Example

White with #AA47F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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