Html Css Color HEX #A47FED Medium Purple

📋 copy color: '#A47FED'

red 164 ◦ green 127 ◦ blue 237

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

Shades of Medium Purple #A47FED

Tints of Medium Purple #A47FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 31.06%
G = 24.05%
B = 44.89%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A47FED (or 0xA47FED) is known color: Medium Purple. HEX triplet: A4, 7F and ED. RGB value is (164,127,237). Sum of RGB (Red+Green+Blue) = 164+127+237=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #A47FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FED is #5B8012. Grayscale: #969696. Windows color (decimal): -5996563 or 15564708. OLE color: 15564708.

HSL color Cylindrical-coordinate representation of color #A47FED: hue angle of 260.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47FED is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 127 237 -
CMYK 0.31 0.46 0 0.07
HSL 260.18º 0.75% 0.71% -
HSV(B) 260.18º 0.46% 0.93% -
XYZ 38.19 29.19 83.74 -
YUV 150.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 164 127 237 0.31 0.46 0 0.07 260.18 0.75 0.71
Hex A4 7F ED 1F 2E 0 7 104 4B 47
Octal 244 177 355 37 56 0 7 404 113 107
Binary 10100100 1111111 11101101 11111 101110 0 111 100000100 1001011 1000111

Color Harmonies of #A47FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FED

Black with #A47FED

Text Example


Text Example

White with #A47FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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