Html Css Color HEX #A47BF3 Medium Purple

📋 copy color: '#A47BF3'

red 164 ◦ green 123 ◦ blue 243

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

Shades of Medium Purple #A47BF3

Tints of Medium Purple #A47BF3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.21%

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

R = 30.94%
G = 23.21%
B = 45.85%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A47BF3 (or 0xA47BF3) is known color: Medium Purple. HEX triplet: A4, 7B and F3. RGB value is (164,123,243). Sum of RGB (Red+Green+Blue) = 164+123+243=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #A47BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BF3 is #5B840C. Grayscale: #949494. Windows color (decimal): -5997581 or 15956900. OLE color: 15956900.

HSL color Cylindrical-coordinate representation of color #A47BF3: hue angle of 260.5º degrees, saturation: 0.83, 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 #A47BF3 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 123 243 -
CMYK 0.33 0.49 0 0.05
HSL 260.5º 0.83% 0.72% -
HSV(B) 260.5º 0.49% 0.95% -
XYZ 38.57 28.53 88.27 -
YUV 148.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 164 123 243 0.33 0.49 0 0.05 260.5 0.83 0.72
Hex A4 7B F3 21 31 0 5 104 53 48
Octal 244 173 363 41 61 0 5 404 123 110
Binary 10100100 1111011 11110011 100001 110001 0 101 100000100 1010011 1001000

Color Harmonies of #A47BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47BF3

Black with #A47BF3

Text Example


Text Example

White with #A47BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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