#A183FA

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

Shades of Light Slate Blue #A183FA

Tints of Light Slate Blue #A183FA

Color information

#A183FA (or 0xA183FA) is unknown color: approx Light Slate Blue. HEX triplet: A1, 83 and FA. RGB value is (161,131,250). Sum of RGB (Red+Green+Blue) = 161+131+250=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #A183FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183FA is #5E7C05. Grayscale: #999999. Windows color (decimal): -6192134 or 16417697. OLE color: 16417697.

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

Color convert

RGB161131250-
CMYK0.360.4800.02
HSL255.13º92.25%74.71%-
HSV(B)255.13º47.6%98.04%-
XYZ40.0730.7194.26-
YUV153.54182.44133.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 131 (51.56% from 255) = 24.17%
BLUE value IS 250 (98.05% from 255) = 46.13%
R=29.70%
G=24.17%
B=46.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611312500.360.4800.02255.1392.2574.71
HexA183FA243002ff5c4b
Octal241203372446002377134113
Binary1010000110000011111110101001001100000101111111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A183FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A183FA; }

 p { color: rgb(161,131,250); }

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

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

 a { background-color: rgb(161,131,250); }

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

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

 span { border-color: rgb(161,131,250); }

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