#A37BEA

Color #A37BEA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A37BEA

Tints of Medium Purple #A37BEA

Color information

#A37BEA (or 0xA37BEA) is unknown color: approx Medium Purple. HEX triplet: A3, 7B and EA. RGB value is (163,123,234). Sum of RGB (Red+Green+Blue) = 163+123+234=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #A37BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37BEA is #5C8415. Grayscale: #939393. Windows color (decimal): -6063126 or 15367075. OLE color: 15367075.

HSL color Cylindrical-coordinate representation of color #A37BEA: hue angle of 261.62º degrees, saturation: 0.73, 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 #A37BEA is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163123234-
CMYK0.300.4700.08
HSL261.62º72.55%70%-
HSV(B)261.62º47.44%91.76%-
XYZ37.0427.8981.27-
YUV147.61176.75138.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 234 (91.80% from 255) = 45%
R=31.35%
G=23.65%
B=45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631232340.300.4700.08261.6272.5570
HexA37BEA1E2F081064946
Octal2431733523657010406111106
Binary10100011111101111101010111101011110100010000011010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37BEA; }

 p { color: rgb(163,123,234); }

 H1.HeaderClassName
 {
   color: #A37BEA;
 }
 .AnyTagClassName
 {
   color: #A37BEA;
 }
</style>
background-color css

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

 a { background-color: rgb(163,123,234); }

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

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

 span { border-color: rgb(163,123,234); }

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