Html Css Color HEX #A47DED Medium Purple

📋 copy color: '#A47DED'

red 164 ◦ green 125 ◦ blue 237

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

Shades of Medium Purple #A47DED

Tints of Medium Purple #A47DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 31.18%
G = 23.76%
B = 45.06%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A47DED (or 0xA47DED) is known color: Medium Purple. HEX triplet: A4, 7D and ED. RGB value is (164,125,237). Sum of RGB (Red+Green+Blue) = 164+125+237=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #A47DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DED is #5B8212. Grayscale: #959595. Windows color (decimal): -5997075 or 15564196. OLE color: 15564196.

HSL color Cylindrical-coordinate representation of color #A47DED: hue angle of 260.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A47DED is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 125 237 -
CMYK 0.31 0.47 0 0.07
HSL 260.89º 0.76% 0.71% -
HSV(B) 260.89º 0.47% 0.93% -
XYZ 37.93 28.67 83.66 -
YUV 149.43 177.42 138.39 -
System Red Green Blue C M Y K H S L
Decimal 164 125 237 0.31 0.47 0 0.07 260.89 0.76 0.71
Hex A4 7D ED 1F 2F 0 7 105 4C 47
Octal 244 175 355 37 57 0 7 405 114 107
Binary 10100100 1111101 11101101 11111 101111 0 111 100000101 1001100 1000111

Color Harmonies of #A47DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DED

Black with #A47DED

Text Example


Text Example

White with #A47DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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