#A187FF

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

Shades of Light Slate Blue #A187FF

Tints of Light Slate Blue #A187FF

Color information

#A187FF (or 0xA187FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 87 and FF. RGB value is (161,135,255). Sum of RGB (Red+Green+Blue) = 161+135+255=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #A187FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A187FF is #5E7800. Grayscale: #9C9C9C. Windows color (decimal): -6191105 or 16746401. OLE color: 16746401.

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

Color convert

RGB161135255-
CMYK0.370.4700
HSL253º100%76.47%-
HSV(B)253º47.06%100%-
XYZ41.4132.1398.63-
YUV156.45183.61131.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 135 (53.12% from 255) = 24.50%
BLUE value IS 255 (100% from 255) = 46.28%
R=29.22%
G=24.50%
B=46.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611352550.370.470025310076.47
HexA187FF252F00fd644c
Octal241207377455700375144114
Binary101000011000011111111111100101101111001111110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187FF; }

 p { color: rgb(161,135,255); }

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

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

 a { background-color: rgb(161,135,255); }

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

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

 span { border-color: rgb(161,135,255); }

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