#A184FB

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

Shades of Light Slate Blue #A184FB

Tints of Light Slate Blue #A184FB

Color information

#A184FB (or 0xA184FB) is unknown color: approx Light Slate Blue. HEX triplet: A1, 84 and FB. RGB value is (161,132,251). Sum of RGB (Red+Green+Blue) = 161+132+251=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #A184FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184FB is #5E7B04. Grayscale: #999999. Windows color (decimal): -6191877 or 16483489. OLE color: 16483489.

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

Color convert

RGB161132251-
CMYK0.360.4700.02
HSL254.62º93.7%75.1%-
HSV(B)254.62º47.41%98.43%-
XYZ40.3631.0495.13-
YUV154.24182.61132.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 132 (51.95% from 255) = 24.26%
BLUE value IS 251 (98.44% from 255) = 46.14%
R=29.60%
G=24.26%
B=46.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611322510.360.4700.02254.6293.775.1
HexA184FB242F02ff5e4b
Octal241204373445702377136113
Binary1010000110000100111110111001001011110101111111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184FB; }

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

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

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

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

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

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

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

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