#A37DFF

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

Shades of Light Slate Blue #A37DFF

Tints of Light Slate Blue #A37DFF

Color information

#A37DFF (or 0xA37DFF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 7D and FF. RGB value is (163,125,255). Sum of RGB (Red+Green+Blue) = 163+125+255=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #A37DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DFF is #5C8200. Grayscale: #969696. Windows color (decimal): -6062593 or 16743843. OLE color: 16743843.

HSL color Cylindrical-coordinate representation of color #A37DFF: hue angle of 257.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A37DFF is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB163125255-
CMYK0.360.5100
HSL257.54º100%74.51%-
HSV(B)257.54º50.98%100%-
XYZ40.4929.6798.2-
YUV151.18186.59136.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 125 (49.22% from 255) = 23.02%
BLUE value IS 255 (100% from 255) = 46.96%
R=30.02%
G=23.02%
B=46.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631252550.360.5100257.5410074.51
HexA37DFF243300102644b
Octal243175377446300402144113
Binary101000111111101111111111001001100110010000001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37DFF; }

 p { color: rgb(163,125,255); }

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

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

 a { background-color: rgb(163,125,255); }

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

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

 span { border-color: rgb(163,125,255); }

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