#A085FA

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

Shades of Light Slate Blue #A085FA

Tints of Light Slate Blue #A085FA

Color information

#A085FA (or 0xA085FA) is unknown color: approx Light Slate Blue. HEX triplet: A0, 85 and FA. RGB value is (160,133,250). Sum of RGB (Red+Green+Blue) = 160+133+250=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #A085FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085FA is #5F7A05. Grayscale: #999999. Windows color (decimal): -6257158 or 16418208. OLE color: 16418208.

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

Color convert

RGB160133250-
CMYK0.360.4700.02
HSL253.85º92.13%75.1%-
HSV(B)253.85º46.8%98.04%-
XYZ40.1431.1594.34-
YUV154.41181.95131.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.47%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=29.47%
G=24.49%
B=46.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601332500.360.4700.02253.8592.1375.1
HexA085FA242F02fe5c4b
Octal240205372445702376134113
Binary1010000010000101111110101001001011110101111111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085FA; }

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

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

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

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

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

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

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

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