#A083FB

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

Shades of Light Slate Blue #A083FB

Tints of Light Slate Blue #A083FB

Color information

#A083FB (or 0xA083FB) is unknown color: approx Light Slate Blue. HEX triplet: A0, 83 and FB. RGB value is (160,131,251). Sum of RGB (Red+Green+Blue) = 160+131+251=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #A083FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A083FB is #5F7C04. Grayscale: #989898. Windows color (decimal): -6257669 or 16483232. OLE color: 16483232.

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

Color convert

RGB160131251-
CMYK0.360.4800.02
HSL254.5º93.75%74.9%-
HSV(B)254.5º47.81%98.43%-
XYZ40.0330.6795.08-
YUV153.35183.11132.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.52%
GREEN value IS 131 (51.56% from 255) = 24.17%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=29.52%
G=24.17%
B=46.31%

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
Decimal1601312510.360.4800.02254.593.7574.9
HexA083FB243002fe5e4b
Octal240203373446002376136113
Binary1010000010000011111110111001001100000101111111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A083FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A083FB; }

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

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

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

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

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

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

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

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