#A182FF

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

Shades of Light Slate Blue #A182FF

Tints of Light Slate Blue #A182FF

Color information

#A182FF (or 0xA182FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 82 and FF. RGB value is (161,130,255). Sum of RGB (Red+Green+Blue) = 161+130+255=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #A182FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182FF is #5E7D00. Grayscale: #999999. Windows color (decimal): -6192385 or 16745121. OLE color: 16745121.

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

Color convert

RGB161130255-
CMYK0.370.4900
HSL254.88º100%75.49%-
HSV(B)254.88º49.02%100%-
XYZ40.7330.7698.4-
YUV153.52185.27133.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 130 (51.17% from 255) = 23.81%
BLUE value IS 255 (100% from 255) = 46.70%
R=29.49%
G=23.81%
B=46.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611302550.370.4900254.8810075.49
HexA182FF253100ff644b
Octal241202377456100377144113
Binary101000011000001011111111100101110001001111111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A182FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A182FF; }

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

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

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

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

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

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

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

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