Html Css Color HEX #A47DE9 Medium Purple

📋 copy color: '#A47DE9'

red 164 ◦ green 125 ◦ blue 233

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

Shades of Medium Purple #A47DE9

Tints of Medium Purple #A47DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.64%

R = 31.42%
G = 23.95%
B = 44.64%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A47DE9 (or 0xA47DE9) is known color: Medium Purple. HEX triplet: A4, 7D and E9. RGB value is (164,125,233). Sum of RGB (Red+Green+Blue) = 164+125+233=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #A47DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DE9 is #5B8216. Grayscale: #949494. Windows color (decimal): -5997079 or 15302052. OLE color: 15302052.

HSL color Cylindrical-coordinate representation of color #A47DE9: hue angle of 261.67º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47DE9 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 125 233 -
CMYK 0.30 0.46 0 0.09
HSL 261.67º 0.71% 0.7% -
HSV(B) 261.67º 0.46% 0.91% -
XYZ 37.35 28.44 80.61 -
YUV 148.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 164 125 233 0.30 0.46 0 0.09 261.67 0.71 0.7
Hex A4 7D E9 1E 2E 0 9 106 47 46
Octal 244 175 351 36 56 0 11 406 107 106
Binary 10100100 1111101 11101001 11110 101110 0 1001 100000110 1000111 1000110

Color Harmonies of #A47DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DE9

Black with #A47DE9

Text Example


Text Example

White with #A47DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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