Html Css Color HEX #A47DEA Medium Purple

📋 copy color: '#A47DEA'

red 164 ◦ green 125 ◦ blue 234

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

Shades of Medium Purple #A47DEA

Tints of Medium Purple #A47DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.74%

R = 31.36%
G = 23.9%
B = 44.74%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A47DEA (or 0xA47DEA) is known color: Medium Purple. HEX triplet: A4, 7D and EA. RGB value is (164,125,234). Sum of RGB (Red+Green+Blue) = 164+125+234=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #A47DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DEA is #5B8215. Grayscale: #949494. Windows color (decimal): -5997078 or 15367588. OLE color: 15367588.

HSL color Cylindrical-coordinate representation of color #A47DEA: hue angle of 261.47º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A47DEA is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 125 234 -
CMYK 0.30 0.47 0 0.08
HSL 261.47º 0.72% 0.7% -
HSV(B) 261.47º 0.47% 0.92% -
XYZ 37.49 28.5 81.37 -
YUV 149.09 175.92 138.64 -
System Red Green Blue C M Y K H S L
Decimal 164 125 234 0.30 0.47 0 0.08 261.47 0.72 0.7
Hex A4 7D EA 1E 2F 0 8 105 48 46
Octal 244 175 352 36 57 0 10 405 110 106
Binary 10100100 1111101 11101010 11110 101111 0 1000 100000101 1001000 1000110

Color Harmonies of #A47DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DEA

Black with #A47DEA

Text Example


Text Example

White with #A47DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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