#A371FD

Color #A371FD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A371FD

Tints of Light Slate Blue #A371FD

Color information

#A371FD (or 0xA371FD) is unknown color: approx Light Slate Blue. HEX triplet: A3, 71 and FD. RGB value is (163,113,253). Sum of RGB (Red+Green+Blue) = 163+113+253=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #A371FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A371FD is #5C8E02. Grayscale: #8F8F8F. Windows color (decimal): -6065667 or 16609699. OLE color: 16609699.

HSL color Cylindrical-coordinate representation of color #A371FD: hue angle of 261.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A371FD is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163113253-
CMYK0.360.5500.01
HSL261.43º97.22%71.76%-
HSV(B)261.43º55.34%99.22%-
XYZ38.7426.6996.04-
YUV143.91189.56141.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=30.81%
G=21.36%
B=47.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631132530.360.5500.01261.4397.2271.76
HexA371FD2437011056148
Octal243161375446701405141110
Binary101000111110001111111011001001101110110000010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A371FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A371FD; }

 p { color: rgb(163,113,253); }

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

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

 a { background-color: rgb(163,113,253); }

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

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

 span { border-color: rgb(163,113,253); }

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