Html Css Color HEX #A47AF3 Medium Purple

📋 copy color: '#A47AF3'

red 164 ◦ green 122 ◦ blue 243

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

Shades of Medium Purple #A47AF3

Tints of Medium Purple #A47AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.94%

R = 31%
G = 23.06%
B = 45.94%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A47AF3 (or 0xA47AF3) is known color: Medium Purple. HEX triplet: A4, 7A and F3. RGB value is (164,122,243). Sum of RGB (Red+Green+Blue) = 164+122+243=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #A47AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47AF3 is #5B850C. Grayscale: #939393. Windows color (decimal): -5997837 or 15956644. OLE color: 15956644.

HSL color Cylindrical-coordinate representation of color #A47AF3: hue angle of 260.83º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47AF3 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 122 243 -
CMYK 0.33 0.50 0 0.05
HSL 260.83º 0.83% 0.72% -
HSV(B) 260.83º 0.5% 0.95% -
XYZ 38.45 28.28 88.23 -
YUV 148.35 181.41 139.16 -
System Red Green Blue C M Y K H S L
Decimal 164 122 243 0.33 0.50 0 0.05 260.83 0.83 0.72
Hex A4 7A F3 21 32 0 5 105 53 48
Octal 244 172 363 41 62 0 5 405 123 110
Binary 10100100 1111010 11110011 100001 110010 0 101 100000101 1010011 1001000

Color Harmonies of #A47AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47AF3

Black with #A47AF3

Text Example


Text Example

White with #A47AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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