#A782FF

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

Shades of Light Slate Blue #A782FF

Tints of Light Slate Blue #A782FF

Color information

#A782FF (or 0xA782FF) is unknown color: approx Light Slate Blue. HEX triplet: A7, 82 and FF. RGB value is (167,130,255). Sum of RGB (Red+Green+Blue) = 167+130+255=552 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.25% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #A782FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A782FF is #587D00. Grayscale: #9A9A9A. Windows color (decimal): -5799169 or 16745127. OLE color: 16745127.

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

Color convert

RGB167130255-
CMYK0.350.4900
HSL257.76º100%75.49%-
HSV(B)257.76º49.02%100%-
XYZ41.9731.498.46-
YUV155.31184.26136.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.25%
GREEN value IS 130 (51.17% from 255) = 23.55%
BLUE value IS 255 (100% from 255) = 46.20%
R=30.25%
G=23.55%
B=46.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671302550.350.4900257.7610075.49
HexA782FF233100102644b
Octal247202377436100402144113
Binary1010011110000010111111111000111100010010000001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782FF; }

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

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

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

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

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

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

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

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