Html Css Color HEX #A47DD8 Medium Purple

📋 copy color: '#A47DD8'

red 164 ◦ green 125 ◦ blue 216

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

Shades of Medium Purple #A47DD8

Tints of Medium Purple #A47DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.77%

R = 32.48%
G = 24.75%
B = 42.77%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A47DD8 (or 0xA47DD8) is known color: Medium Purple. HEX triplet: A4, 7D and D8. RGB value is (164,125,216). Sum of RGB (Red+Green+Blue) = 164+125+216=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #A47DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DD8 is #5B8227. Grayscale: #929292. Windows color (decimal): -5997096 or 14187940. OLE color: 14187940.

HSL color Cylindrical-coordinate representation of color #A47DD8: hue angle of 265.71º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A47DD8 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 125 216 -
CMYK 0.24 0.42 0 0.15
HSL 265.71º 0.54% 0.67% -
HSV(B) 265.71º 0.42% 0.85% -
XYZ 35.04 27.52 68.43 -
YUV 147.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 164 125 216 0.24 0.42 0 0.15 265.71 0.54 0.67
Hex A4 7D D8 18 2A 0 F 10A 36 43
Octal 244 175 330 30 52 0 17 412 66 103
Binary 10100100 1111101 11011000 11000 101010 0 1111 100001010 110110 1000011

Color Harmonies of #A47DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DD8

Black with #A47DD8

Text Example


Text Example

White with #A47DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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