Html Css Color HEX #A47CF3 Medium Purple

📋 copy color: '#A47CF3'

red 164 ◦ green 124 ◦ blue 243

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

Shades of Medium Purple #A47CF3

Tints of Medium Purple #A47CF3

RGB

 RED value IS 164 (64.45% from 255) = 30.89%

 GREEN value IS 124 (48.83% from 255) = 23.35%

 BLUE value IS 243 (95.31% from 255) = 45.76%

R = 30.89%
G = 23.35%
B = 45.76%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A47CF3 (or 0xA47CF3) is known color: Medium Purple. HEX triplet: A4, 7C and F3. RGB value is (164,124,243). Sum of RGB (Red+Green+Blue) = 164+124+243=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #A47CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CF3 is #5B830C. Grayscale: #959595. Windows color (decimal): -5997325 or 15957156. OLE color: 15957156.

HSL color Cylindrical-coordinate representation of color #A47CF3: hue angle of 260.17º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A47CF3 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 124 243 -
CMYK 0.33 0.49 0 0.05
HSL 260.17º 0.83% 0.72% -
HSV(B) 260.17º 0.49% 0.95% -
XYZ 38.7 28.78 88.31 -
YUV 149.53 180.75 138.32 -
System Red Green Blue C M Y K H S L
Decimal 164 124 243 0.33 0.49 0 0.05 260.17 0.83 0.72
Hex A4 7C F3 21 31 0 5 104 53 48
Octal 244 174 363 41 61 0 5 404 123 110
Binary 10100100 1111100 11110011 100001 110001 0 101 100000100 1010011 1001000

Color Harmonies of #A47CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CF3

Black with #A47CF3

Text Example


Text Example

White with #A47CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CF3; }

 p { color: rgb(164,124,243); }

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

background-color css

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

 a { background-color: rgb(164,124,243); }

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

border-color css

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

 span { border-color: rgb(164,124,243); }

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