Html Css Color HEX #A37EDE Medium Purple

📋 copy color: '#A37EDE'

red 163 ◦ green 126 ◦ blue 222

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

Shades of Medium Purple #A37EDE

Tints of Medium Purple #A37EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 31.9%
G = 24.66%
B = 43.44%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A37EDE (or 0xA37EDE) is known color: Medium Purple. HEX triplet: A3, 7E and DE. RGB value is (163,126,222). Sum of RGB (Red+Green+Blue) = 163+126+222=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #A37EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EDE is #5C8121. Grayscale: #939393. Windows color (decimal): -6062370 or 14581411. OLE color: 14581411.

HSL color Cylindrical-coordinate representation of color #A37EDE: hue angle of 263.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A37EDE is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 126 222 -
CMYK 0.27 0.43 0 0.13
HSL 263.13º 0.59% 0.68% -
HSV(B) 263.13º 0.43% 0.87% -
XYZ 35.75 27.98 72.62 -
YUV 148.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 163 126 222 0.27 0.43 0 0.13 263.13 0.59 0.68
Hex A3 7E DE 1B 2B 0 D 107 3B 44
Octal 243 176 336 33 53 0 15 407 73 104
Binary 10100011 1111110 11011110 11011 101011 0 1101 100000111 111011 1000100

Color Harmonies of #A37EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37EDE

Black with #A37EDE

Text Example


Text Example

White with #A37EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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