#A885FF

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

Shades of Light Slate Blue #A885FF

Tints of Light Slate Blue #A885FF

Color information

#A885FF (or 0xA885FF) is unknown color: approx Light Slate Blue. HEX triplet: A8, 85 and FF. RGB value is (168,133,255). Sum of RGB (Red+Green+Blue) = 168+133+255=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #A885FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885FF is #577A00. Grayscale: #9C9C9C. Windows color (decimal): -5732865 or 16745896. OLE color: 16745896.

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

Color convert

RGB168133255-
CMYK0.340.4800
HSL257.21º100%76.08%-
HSV(B)257.21º47.84%100%-
XYZ42.5932.3298.6-
YUV157.37183.1135.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 255 (100% from 255) = 45.86%
R=30.22%
G=23.92%
B=45.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681332550.340.4800257.2110076.08
HexA885FF223000101644c
Octal250205377426000401144114
Binary1010100010000101111111111000101100000010000000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885FF; }

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

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

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

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

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

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

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

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