#A37DFD

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

Shades of Light Slate Blue #A37DFD

Tints of Light Slate Blue #A37DFD

Color information

#A37DFD (or 0xA37DFD) is unknown color: approx Light Slate Blue. HEX triplet: A3, 7D and FD. RGB value is (163,125,253). Sum of RGB (Red+Green+Blue) = 163+125+253=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #A37DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DFD is #5C8202. Grayscale: #969696. Windows color (decimal): -6062595 or 16612771. OLE color: 16612771.

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

Color convert

RGB163125253-
CMYK0.360.5100.01
HSL257.81º96.97%74.12%-
HSV(B)257.81º50.59%99.22%-
XYZ40.1729.5596.51-
YUV150.95185.59136.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.13%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=30.13%
G=23.11%
B=46.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631252530.360.5100.01257.8196.9774.12
HexA37DFD243301102614a
Octal243175375446301402141112
Binary101000111111101111111011001001100110110000001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37DFD; }

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

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

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

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

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

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

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

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