Html Css Color HEX #A47AD7 Medium Purple

📋 copy color: '#A47AD7'

red 164 ◦ green 122 ◦ blue 215

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

Shades of Medium Purple #A47AD7

Tints of Medium Purple #A47AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.91%

R = 32.73%
G = 24.35%
B = 42.91%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A47AD7 (or 0xA47AD7) is known color: Medium Purple. HEX triplet: A4, 7A and D7. RGB value is (164,122,215). Sum of RGB (Red+Green+Blue) = 164+122+215=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #A47AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47AD7 is #5B8528. Grayscale: #909090. Windows color (decimal): -5997865 or 14121636. OLE color: 14121636.

HSL color Cylindrical-coordinate representation of color #A47AD7: hue angle of 267.1º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A47AD7 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 122 215 -
CMYK 0.24 0.43 0 0.16
HSL 267.1º 0.54% 0.66% -
HSV(B) 267.1º 0.43% 0.84% -
XYZ 34.54 26.72 67.63 -
YUV 145.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 164 122 215 0.24 0.43 0 0.16 267.1 0.54 0.66
Hex A4 7A D7 18 2B 0 10 10B 36 42
Octal 244 172 327 30 53 0 20 413 66 102
Binary 10100100 1111010 11010111 11000 101011 0 10000 100001011 110110 1000010

Color Harmonies of #A47AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47AD7

Black with #A47AD7

Text Example


Text Example

White with #A47AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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