Html Css Color HEX #A47ADF Medium Purple

📋 copy color: '#A47ADF'

red 164 ◦ green 122 ◦ blue 223

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

Shades of Medium Purple #A47ADF

Tints of Medium Purple #A47ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.97%

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 32.22%
G = 23.97%
B = 43.81%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A47ADF (or 0xA47ADF) is known color: Medium Purple. HEX triplet: A4, 7A and DF. RGB value is (164,122,223). Sum of RGB (Red+Green+Blue) = 164+122+223=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #A47ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ADF is #5B8520. Grayscale: #919191. Windows color (decimal): -5997857 or 14645924. OLE color: 14645924.

HSL color Cylindrical-coordinate representation of color #A47ADF: hue angle of 264.95º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A47ADF is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 122 223 -
CMYK 0.26 0.45 0 0.13
HSL 264.95º 0.61% 0.68% -
HSV(B) 264.95º 0.45% 0.87% -
XYZ 35.59 27.14 73.17 -
YUV 146.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 164 122 223 0.26 0.45 0 0.13 264.95 0.61 0.68
Hex A4 7A DF 1A 2D 0 D 109 3D 44
Octal 244 172 337 32 55 0 15 411 75 104
Binary 10100100 1111010 11011111 11010 101101 0 1101 100001001 111101 1000100

Color Harmonies of #A47ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47ADF

Black with #A47ADF

Text Example


Text Example

White with #A47ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47ADF; }

 p { color: rgb(164,122,223); }

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

background-color css

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

 a { background-color: rgb(164,122,223); }

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

border-color css

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

 span { border-color: rgb(164,122,223); }

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