Html Css Color HEX #A47EDF Medium Purple

📋 copy color: '#A47EDF'

red 164 ◦ green 126 ◦ blue 223

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

Shades of Medium Purple #A47EDF

Tints of Medium Purple #A47EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.56%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 31.97%
G = 24.56%
B = 43.47%

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

#A47EDF (or 0xA47EDF) is known color: Medium Purple. HEX triplet: A4, 7E and DF. RGB value is (164,126,223). Sum of RGB (Red+Green+Blue) = 164+126+223=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #A47EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47EDF is #5B8120. Grayscale: #949494. Windows color (decimal): -5996833 or 14646948. OLE color: 14646948.

HSL color Cylindrical-coordinate representation of color #A47EDF: hue angle of 263.51º degrees, saturation: 0.6, 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 #A47EDF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 126 223 -
CMYK 0.26 0.43 0 0.13
HSL 263.51º 0.6% 0.68% -
HSV(B) 263.51º 0.43% 0.87% -
XYZ 36.09 28.14 73.34 -
YUV 148.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 164 126 223 0.26 0.43 0 0.13 263.51 0.6 0.68
Hex A4 7E DF 1A 2B 0 D 108 3C 44
Octal 244 176 337 32 53 0 15 410 74 104
Binary 10100100 1111110 11011111 11010 101011 0 1101 100001000 111100 1000100

Color Harmonies of #A47EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47EDF

Black with #A47EDF

Text Example


Text Example

White with #A47EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47EDF; }

 p { color: rgb(164,126,223); }

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

background-color css

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

 a { background-color: rgb(164,126,223); }

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

border-color css

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

 span { border-color: rgb(164,126,223); }

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