#A38FFB

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

Shades of Light Slate Blue #A38FFB

Tints of Light Slate Blue #A38FFB

Color information

#A38FFB (or 0xA38FFB) is unknown color: approx Light Slate Blue. HEX triplet: A3, 8F and FB. RGB value is (163,143,251). Sum of RGB (Red+Green+Blue) = 163+143+251=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #A38FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FFB is #5C7004. Grayscale: #A0A0A0. Windows color (decimal): -6057989 or 16486307. OLE color: 16486307.

HSL color Cylindrical-coordinate representation of color #A38FFB: hue angle of 251.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A38FFB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163143251-
CMYK0.350.4300.02
HSL251.11º93.1%77.25%-
HSV(B)251.11º43.03%98.43%-
XYZ42.3434.495.67-
YUV161.29178.63129.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=29.26%
G=25.67%
B=45.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631432510.350.4300.02251.1193.177.25
HexA38FFB232B02fb5d4d
Octal243217373435302373135115
Binary1010001110001111111110111000111010110101111101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FFB; }

 p { color: rgb(163,143,251); }

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

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

 a { background-color: rgb(163,143,251); }

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

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

 span { border-color: rgb(163,143,251); }

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