Html Css Color HEX #A47EF3 Medium Purple

📋 copy color: '#A47EF3'

red 164 ◦ green 126 ◦ blue 243

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

Shades of Medium Purple #A47EF3

Tints of Medium Purple #A47EF3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.64%

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

R = 30.77%
G = 23.64%
B = 45.59%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A47EF3 (or 0xA47EF3) is known color: Medium Purple. HEX triplet: A4, 7E and F3. RGB value is (164,126,243). Sum of RGB (Red+Green+Blue) = 164+126+243=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #A47EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EF3 is #5B810C. Grayscale: #969696. Windows color (decimal): -5996813 or 15957668. OLE color: 15957668.

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

Color convert

RGB 164 126 243 -
CMYK 0.33 0.48 0 0.05
HSL 259.49º 0.83% 0.72% -
HSV(B) 259.49º 0.48% 0.95% -
XYZ 38.95 29.29 88.39 -
YUV 150.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 164 126 243 0.33 0.48 0 0.05 259.49 0.83 0.72
Hex A4 7E F3 21 30 0 5 103 53 48
Octal 244 176 363 41 60 0 5 403 123 110
Binary 10100100 1111110 11110011 100001 110000 0 101 100000011 1010011 1001000

Color Harmonies of #A47EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47EF3

Black with #A47EF3

Text Example


Text Example

White with #A47EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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