Html Css Color HEX #A747F1 Medium Orchid

📋 copy color: '#A747F1'

red 167 ◦ green 71 ◦ blue 241

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

Shades of Medium Orchid #A747F1

Tints of Medium Orchid #A747F1

RGB

 RED value IS 167 (65.63% from 255) = 34.86%

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

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

R = 34.86%
G = 14.82%
B = 50.31%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A747F1 (or 0xA747F1) is known color: Medium Orchid. HEX triplet: A7, 47 and F1. RGB value is (167,71,241). Sum of RGB (Red+Green+Blue) = 167+71+241=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #A747F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A747F1 is #58B80E. Grayscale: #767676. Windows color (decimal): -5814287 or 15812519. OLE color: 15812519.

HSL color Cylindrical-coordinate representation of color #A747F1: hue angle of 273.88º 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 #A747F1 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 71 241 -
CMYK 0.31 0.71 0 0.05
HSL 273.88º 0.86% 0.61% -
HSV(B) 273.88º 0.71% 0.95% -
XYZ 34.07 19.07 85.11 -
YUV 119.08 196.8 162.18 -
System Red Green Blue C M Y K H S L
Decimal 167 71 241 0.31 0.71 0 0.05 273.88 0.86 0.61
Hex A7 47 F1 1F 47 0 5 112 56 3D
Octal 247 107 361 37 107 0 5 422 126 75
Binary 10100111 1000111 11110001 11111 1000111 0 101 100010010 1010110 111101

Color Harmonies of #A747F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A747F1

Black with #A747F1

Text Example


Text Example

White with #A747F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A747F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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