#A083FA

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

Shades of Light Slate Blue #A083FA

Tints of Light Slate Blue #A083FA

Color information

#A083FA (or 0xA083FA) is unknown color: approx Light Slate Blue. HEX triplet: A0, 83 and FA. RGB value is (160,131,250). Sum of RGB (Red+Green+Blue) = 160+131+250=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #A083FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A083FA is #5F7C05. Grayscale: #989898. Windows color (decimal): -6257670 or 16417696. OLE color: 16417696.

HSL color Cylindrical-coordinate representation of color #A083FA: hue angle of 254.62º 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 #A083FA is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160131250-
CMYK0.360.4800.02
HSL254.62º92.25%74.71%-
HSV(B)254.62º47.6%98.04%-
XYZ39.8730.6194.25-
YUV153.24182.61132.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.57%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=29.57%
G=24.21%
B=46.21%

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
Decimal1601312500.360.4800.02254.6292.2574.71
HexA083FA243002ff5c4b
Octal240203372446002377134113
Binary1010000010000011111110101001001100000101111111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A083FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A083FA; }

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

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

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

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

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

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

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

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