Html Css Color HEX #A47DF0 Medium Purple

📋 copy color: '#A47DF0'

red 164 ◦ green 125 ◦ blue 240

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

Shades of Medium Purple #A47DF0

Tints of Medium Purple #A47DF0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.63%

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 31%
G = 23.63%
B = 45.37%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A47DF0 (or 0xA47DF0) is known color: Medium Purple. HEX triplet: A4, 7D and F0. RGB value is (164,125,240). Sum of RGB (Red+Green+Blue) = 164+125+240=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #A47DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DF0 is #5B820F. Grayscale: #959595. Windows color (decimal): -5997072 or 15760804. OLE color: 15760804.

HSL color Cylindrical-coordinate representation of color #A47DF0: hue angle of 260.35º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A47DF0 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 125 240 -
CMYK 0.32 0.48 0 0.06
HSL 260.35º 0.79% 0.72% -
HSV(B) 260.35º 0.48% 0.94% -
XYZ 38.37 28.85 85.98 -
YUV 149.77 178.92 138.15 -
System Red Green Blue C M Y K H S L
Decimal 164 125 240 0.32 0.48 0 0.06 260.35 0.79 0.72
Hex A4 7D F0 20 30 0 6 104 4F 48
Octal 244 175 360 40 60 0 6 404 117 110
Binary 10100100 1111101 11110000 100000 110000 0 110 100000100 1001111 1001000

Color Harmonies of #A47DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DF0

Black with #A47DF0

Text Example


Text Example

White with #A47DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DF0; }

 p { color: rgb(164,125,240); }

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

background-color css

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

 a { background-color: rgb(164,125,240); }

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

border-color css

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

 span { border-color: rgb(164,125,240); }

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