#a375e3

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

Shades of Medium Purple #A375E3

Tints of Medium Purple #A375E3

Color information

#A375E3 (or 0xA375E3) is unknown color: approx Medium Purple. HEX triplet: A3, 75 and E3. RGB value is (163,117,227). Sum of RGB (Red+Green+Blue) = 163+117+227=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #A375E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375E3 is #5C8A1C. Grayscale: #8E8E8E. Windows color (decimal): -6064669 or 14906787. OLE color: 14906787.

HSL color Cylindrical-coordinate representation of color #A375E3: hue angle of 265.09º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A375E3 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163117227-
CMYK0.280.4800.11
HSL265.09º66.27%67.45%-
HSV(B)265.09º48.46%89.02%-
XYZ35.3326.0675.84-
YUV143.29175.24142.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.15%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 227 (89.06% from 255) = 44.77%
R=32.15%
G=23.08%
B=44.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631172270.280.4800.11265.0966.2767.45
HexA375E31C300B1094243
Octal2431653433460013411102103
Binary10100011111010111100011111001100000101110000100110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a375e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a375e3; }

 p { color: rgb(163,117,227); }

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

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

 a { background-color: rgb(163,117,227); }

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

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

 span { border-color: rgb(163,117,227); }

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