Html Css Color HEX #A47CF2 Medium Purple

📋 copy color: '#A47CF2'

red 164 ◦ green 124 ◦ blue 242

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

Shades of Medium Purple #A47CF2

Tints of Medium Purple #A47CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.4%

 BLUE value IS 242 (94.92% from 255) = 45.66%

R = 30.94%
G = 23.4%
B = 45.66%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A47CF2 (or 0xA47CF2) is known color: Medium Purple. HEX triplet: A4, 7C and F2. RGB value is (164,124,242). Sum of RGB (Red+Green+Blue) = 164+124+242=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #A47CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CF2 is #5B830D. Grayscale: #949494. Windows color (decimal): -5997326 or 15891620. OLE color: 15891620.

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

Color convert

RGB 164 124 242 -
CMYK 0.32 0.49 0 0.05
HSL 260.34º 0.82% 0.72% -
HSV(B) 260.34º 0.49% 0.95% -
XYZ 38.54 28.72 87.52 -
YUV 149.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 164 124 242 0.32 0.49 0 0.05 260.34 0.82 0.72
Hex A4 7C F2 20 31 0 5 104 52 48
Octal 244 174 362 40 61 0 5 404 122 110
Binary 10100100 1111100 11110010 100000 110001 0 101 100000100 1010010 1001000

Color Harmonies of #A47CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CF2

Black with #A47CF2

Text Example


Text Example

White with #A47CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CF2; }

 p { color: rgb(164,124,242); }

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

background-color css

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

 a { background-color: rgb(164,124,242); }

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

border-color css

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

 span { border-color: rgb(164,124,242); }

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