Html Css Color HEX #A47DDA Medium Purple

📋 copy color: '#A47DDA'

red 164 ◦ green 125 ◦ blue 218

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

Shades of Medium Purple #A47DDA

Tints of Medium Purple #A47DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 32.35%
G = 24.65%
B = 43%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A47DDA (or 0xA47DDA) is known color: Medium Purple. HEX triplet: A4, 7D and DA. RGB value is (164,125,218). Sum of RGB (Red+Green+Blue) = 164+125+218=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #A47DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DDA is #5B8225. Grayscale: #929292. Windows color (decimal): -5997094 or 14319012. OLE color: 14319012.

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

Color convert

RGB 164 125 218 -
CMYK 0.25 0.43 0 0.15
HSL 265.16º 0.56% 0.67% -
HSV(B) 265.16º 0.43% 0.85% -
XYZ 35.3 27.62 69.8 -
YUV 147.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 164 125 218 0.25 0.43 0 0.15 265.16 0.56 0.67
Hex A4 7D DA 19 2B 0 F 109 38 43
Octal 244 175 332 31 53 0 17 411 70 103
Binary 10100100 1111101 11011010 11001 101011 0 1111 100001001 111000 1000011

Color Harmonies of #A47DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DDA

Black with #A47DDA

Text Example


Text Example

White with #A47DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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