Html Css Color HEX #A47ADC Medium Purple

📋 copy color: '#A47ADC'

red 164 ◦ green 122 ◦ blue 220

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

Shades of Medium Purple #A47ADC

Tints of Medium Purple #A47ADC

RGB

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

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

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

R = 32.41%
G = 24.11%
B = 43.48%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A47ADC (or 0xA47ADC) is known color: Medium Purple. HEX triplet: A4, 7A and DC. RGB value is (164,122,220). Sum of RGB (Red+Green+Blue) = 164+122+220=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #A47ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ADC is #5B8523. Grayscale: #919191. Windows color (decimal): -5997860 or 14449316. OLE color: 14449316.

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

Color convert

RGB 164 122 220 -
CMYK 0.25 0.45 0 0.14
HSL 265.71º 0.58% 0.67% -
HSV(B) 265.71º 0.45% 0.86% -
XYZ 35.19 26.98 71.06 -
YUV 145.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 164 122 220 0.25 0.45 0 0.14 265.71 0.58 0.67
Hex A4 7A DC 19 2D 0 E 10A 3A 43
Octal 244 172 334 31 55 0 16 412 72 103
Binary 10100100 1111010 11011100 11001 101101 0 1110 100001010 111010 1000011

Color Harmonies of #A47ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47ADC

Black with #A47ADC

Text Example


Text Example

White with #A47ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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