Html Css Color HEX #A47DF2 Medium Purple

📋 copy color: '#A47DF2'

red 164 ◦ green 125 ◦ blue 242

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

Shades of Medium Purple #A47DF2

Tints of Medium Purple #A47DF2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.54%

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

R = 30.89%
G = 23.54%
B = 45.57%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A47DF2 (or 0xA47DF2) is known color: Medium Purple. HEX triplet: A4, 7D and F2. RGB value is (164,125,242). Sum of RGB (Red+Green+Blue) = 164+125+242=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #A47DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DF2 is #5B820D. Grayscale: #959595. Windows color (decimal): -5997070 or 15891876. OLE color: 15891876.

HSL color Cylindrical-coordinate representation of color #A47DF2: hue angle of 260º degrees, saturation: 0.82, 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 #A47DF2 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 125 242 -
CMYK 0.32 0.48 0 0.05
HSL 260º 0.82% 0.72% -
HSV(B) 260º 0.48% 0.95% -
XYZ 38.67 28.97 87.56 -
YUV 150 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 164 125 242 0.32 0.48 0 0.05 260 0.82 0.72
Hex A4 7D F2 20 30 0 5 104 52 48
Octal 244 175 362 40 60 0 5 404 122 110
Binary 10100100 1111101 11110010 100000 110000 0 101 100000100 1010010 1001000

Color Harmonies of #A47DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DF2

Black with #A47DF2

Text Example


Text Example

White with #A47DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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