#A082FF

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

Shades of Light Slate Blue #A082FF

Tints of Light Slate Blue #A082FF

Color information

#A082FF (or 0xA082FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 82 and FF. RGB value is (160,130,255). Sum of RGB (Red+Green+Blue) = 160+130+255=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #A082FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082FF is #5F7D00. Grayscale: #989898. Windows color (decimal): -6257921 or 16745120. OLE color: 16745120.

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

Color convert

RGB160130255-
CMYK0.370.4900
HSL254.4º100%75.49%-
HSV(B)254.4º49.02%100%-
XYZ40.5330.6698.39-
YUV153.22185.44132.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.36%
GREEN value IS 130 (51.17% from 255) = 23.85%
BLUE value IS 255 (100% from 255) = 46.79%
R=29.36%
G=23.85%
B=46.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601302550.370.4900254.410075.49
HexA082FF253100fe644b
Octal240202377456100376144113
Binary101000001000001011111111100101110001001111111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A082FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A082FF; }

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

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

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

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

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

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

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

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