Html Css Color HEX #A37ED7 Medium Purple

📋 copy color: '#A37ED7'

red 163 ◦ green 126 ◦ blue 215

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

Shades of Medium Purple #A37ED7

Tints of Medium Purple #A37ED7

RGB

 RED value IS 163 (64.06% from 255) = 32.34%

 GREEN value IS 126 (49.61% from 255) = 25%

 BLUE value IS 215 (84.38% from 255) = 42.66%

R = 32.34%
G = 25%
B = 42.66%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A37ED7 (or 0xA37ED7) is known color: Medium Purple. HEX triplet: A3, 7E and D7. RGB value is (163,126,215). Sum of RGB (Red+Green+Blue) = 163+126+215=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #A37ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ED7 is #5C8128. Grayscale: #929292. Windows color (decimal): -6062377 or 14122659. OLE color: 14122659.

HSL color Cylindrical-coordinate representation of color #A37ED7: hue angle of 264.94º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A37ED7 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 126 215 -
CMYK 0.24 0.41 0 0.16
HSL 264.94º 0.53% 0.67% -
HSV(B) 264.94º 0.41% 0.84% -
XYZ 34.83 27.61 67.78 -
YUV 147.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 163 126 215 0.24 0.41 0 0.16 264.94 0.53 0.67
Hex A3 7E D7 18 29 0 10 109 35 43
Octal 243 176 327 30 51 0 20 411 65 103
Binary 10100011 1111110 11010111 11000 101001 0 10000 100001001 110101 1000011

Color Harmonies of #A37ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37ED7

Black with #A37ED7

Text Example


Text Example

White with #A37ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37ED7; }

 p { color: rgb(163,126,215); }

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

background-color css

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

 a { background-color: rgb(163,126,215); }

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

border-color css

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

 span { border-color: rgb(163,126,215); }

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