#A184FF

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

Shades of Light Slate Blue #A184FF

Tints of Light Slate Blue #A184FF

Color information

#A184FF (or 0xA184FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 84 and FF. RGB value is (161,132,255). Sum of RGB (Red+Green+Blue) = 161+132+255=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 132 (51.95% from 255 or 24.09% 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 #A184FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184FF is #5E7B00. Grayscale: #9A9A9A. Windows color (decimal): -6191873 or 16745633. OLE color: 16745633.

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

Color convert

RGB161132255-
CMYK0.370.4800
HSL254.15º100%75.88%-
HSV(B)254.15º48.24%100%-
XYZ4131.398.49-
YUV154.69184.61132.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.38%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 255 (100% from 255) = 46.53%
R=29.38%
G=24.09%
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
Decimal1611322550.370.4800254.1510075.88
HexA184FF253000fe644c
Octal241204377456000376144114
Binary101000011000010011111111100101110000001111111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184FF; }

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

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

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

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

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

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

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

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