#A38CFD

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

Shades of Light Slate Blue #A38CFD

Tints of Light Slate Blue #A38CFD

Color information

#A38CFD (or 0xA38CFD) is unknown color: approx Light Slate Blue. HEX triplet: A3, 8C and FD. RGB value is (163,140,253). Sum of RGB (Red+Green+Blue) = 163+140+253=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #A38CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CFD is #5C7302. Grayscale: #9F9F9F. Windows color (decimal): -6058755 or 16616611. OLE color: 16616611.

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

Color convert

RGB163140253-
CMYK0.360.4500.01
HSL252.21º96.58%77.06%-
HSV(B)252.21º44.66%99.22%-
XYZ42.2133.6397.2-
YUV159.76180.62130.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.32%
GREEN value IS 140 (55.08% from 255) = 25.18%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=29.32%
G=25.18%
B=45.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631402530.360.4500.01252.2196.5877.06
HexA38CFD242D01fc614d
Octal243214375445501374141115
Binary101000111000110011111101100100101101011111110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CFD; }

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

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

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

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

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

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

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

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