#A085FF

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

Shades of Light Slate Blue #A085FF

Tints of Light Slate Blue #A085FF

Color information

#A085FF (or 0xA085FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 85 and FF. RGB value is (160,133,255). Sum of RGB (Red+Green+Blue) = 160+133+255=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #A085FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085FF is #5F7A00. Grayscale: #9A9A9A. Windows color (decimal): -6257153 or 16745888. OLE color: 16745888.

HSL color Cylindrical-coordinate representation of color #A085FF: hue angle of 253.28º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A085FF is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB160133255-
CMYK0.370.4800
HSL253.28º100%76.08%-
HSV(B)253.28º47.84%100%-
XYZ40.9331.4798.52-
YUV154.98184.45131.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.20%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 255 (100% from 255) = 46.53%
R=29.20%
G=24.27%
B=46.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601332550.370.4800253.2810076.08
HexA085FF253000fd644c
Octal240205377456000375144114
Binary101000001000010111111111100101110000001111110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085FF; }

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

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

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

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

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

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

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

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