Html Css Color HEX #A47FDE Medium Purple

📋 copy color: '#A47FDE'

red 164 ◦ green 127 ◦ blue 222

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

Shades of Medium Purple #A47FDE

Tints of Medium Purple #A47FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 31.97%
G = 24.76%
B = 43.27%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A47FDE (or 0xA47FDE) is known color: Medium Purple. HEX triplet: A4, 7F and DE. RGB value is (164,127,222). Sum of RGB (Red+Green+Blue) = 164+127+222=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #A47FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FDE is #5B8021. Grayscale: #949494. Windows color (decimal): -5996578 or 14581668. OLE color: 14581668.

HSL color Cylindrical-coordinate representation of color #A47FDE: hue angle of 263.37º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A47FDE is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 127 222 -
CMYK 0.26 0.43 0 0.13
HSL 263.37º 0.59% 0.68% -
HSV(B) 263.37º 0.43% 0.87% -
XYZ 36.08 28.35 72.68 -
YUV 148.89 169.26 138.78 -
System Red Green Blue C M Y K H S L
Decimal 164 127 222 0.26 0.43 0 0.13 263.37 0.59 0.68
Hex A4 7F DE 1A 2B 0 D 107 3B 44
Octal 244 177 336 32 53 0 15 407 73 104
Binary 10100100 1111111 11011110 11010 101011 0 1101 100000111 111011 1000100

Color Harmonies of #A47FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FDE

Black with #A47FDE

Text Example


Text Example

White with #A47FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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