Html Css Color HEX #A47DDC Medium Purple

📋 copy color: '#A47DDC'

red 164 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #A47DDC

Tints of Medium Purple #A47DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 32.22%
G = 24.56%
B = 43.22%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A47DDC (or 0xA47DDC) is known color: Medium Purple. HEX triplet: A4, 7D and DC. RGB value is (164,125,220). Sum of RGB (Red+Green+Blue) = 164+125+220=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #A47DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DDC is #5B8223. Grayscale: #939393. Windows color (decimal): -5997092 or 14450084. OLE color: 14450084.

HSL color Cylindrical-coordinate representation of color #A47DDC: hue angle of 264.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A47DDC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 125 220 -
CMYK 0.25 0.43 0 0.14
HSL 264.63º 0.58% 0.68% -
HSV(B) 264.63º 0.43% 0.86% -
XYZ 35.56 27.73 71.19 -
YUV 147.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 164 125 220 0.25 0.43 0 0.14 264.63 0.58 0.68
Hex A4 7D DC 19 2B 0 E 109 3A 44
Octal 244 175 334 31 53 0 16 411 72 104
Binary 10100100 1111101 11011100 11001 101011 0 1110 100001001 111010 1000100

Color Harmonies of #A47DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DDC

Black with #A47DDC

Text Example


Text Example

White with #A47DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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