#A485FB

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

Shades of Light Slate Blue #A485FB

Tints of Light Slate Blue #A485FB

Color information

#A485FB (or 0xA485FB) is unknown color: approx Light Slate Blue. HEX triplet: A4, 85 and FB. RGB value is (164,133,251). Sum of RGB (Red+Green+Blue) = 164+133+251=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #A485FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485FB is #5B7A04. Grayscale: #9B9B9B. Windows color (decimal): -5995013 or 16483748. OLE color: 16483748.

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

Color convert

RGB164133251-
CMYK0.350.4700.02
HSL255.76º93.65%75.29%-
HSV(B)255.76º47.01%98.43%-
XYZ41.1131.6395.21-
YUV155.72181.77133.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.93%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=29.93%
G=24.27%
B=45.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641332510.350.4700.02255.7693.6575.29
HexA485FB232F021005e4b
Octal244205373435702400136113
Binary10100100100001011111101110001110111101010000000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485FB; }

 p { color: rgb(164,133,251); }

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

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

 a { background-color: rgb(164,133,251); }

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

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

 span { border-color: rgb(164,133,251); }

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