Html Css Color HEX #A47FF9 Medium Purple

📋 copy color: '#A47FF9'

red 164 ◦ green 127 ◦ blue 249

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

Shades of Medium Purple #A47FF9

Tints of Medium Purple #A47FF9

RGB

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

 GREEN value IS 127 (50% from 255) = 23.52%

 BLUE value IS 249 (97.66% from 255) = 46.11%

R = 30.37%
G = 23.52%
B = 46.11%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A47FF9 (or 0xA47FF9) is known color: Medium Purple. HEX triplet: A4, 7F and F9. RGB value is (164,127,249). Sum of RGB (Red+Green+Blue) = 164+127+249=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #A47FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FF9 is #5B8006. Grayscale: #979797. Windows color (decimal): -5996551 or 16351140. OLE color: 16351140.

HSL color Cylindrical-coordinate representation of color #A47FF9: hue angle of 258.2º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A47FF9 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 127 249 -
CMYK 0.34 0.49 0 0.02
HSL 258.2º 0.91% 0.74% -
HSV(B) 258.2º 0.49% 0.98% -
XYZ 40 29.91 93.29 -
YUV 151.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 164 127 249 0.34 0.49 0 0.02 258.2 0.91 0.74
Hex A4 7F F9 22 31 0 2 102 5B 4A
Octal 244 177 371 42 61 0 2 402 133 112
Binary 10100100 1111111 11111001 100010 110001 0 10 100000010 1011011 1001010

Color Harmonies of #A47FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FF9

Black with #A47FF9

Text Example


Text Example

White with #A47FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FF9; }

 p { color: rgb(164,127,249); }

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

background-color css

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

 a { background-color: rgb(164,127,249); }

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

border-color css

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

 span { border-color: rgb(164,127,249); }

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