#A780FF

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

Shades of Light Slate Blue #A780FF

Tints of Light Slate Blue #A780FF

Color information

#A780FF (or 0xA780FF) is unknown color: approx Light Slate Blue. HEX triplet: A7, 80 and FF. RGB value is (167,128,255). Sum of RGB (Red+Green+Blue) = 167+128+255=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #A780FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A780FF is #587F00. Grayscale: #999999. Windows color (decimal): -5799681 or 16744615. OLE color: 16744615.

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

Color convert

RGB167128255-
CMYK0.350.5000
HSL258.43º100%75.1%-
HSV(B)258.43º49.8%100%-
XYZ41.7130.8798.37-
YUV154.14184.92137.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.36%
GREEN value IS 128 (50.39% from 255) = 23.27%
BLUE value IS 255 (100% from 255) = 46.36%
R=30.36%
G=23.27%
B=46.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671282550.350.5000258.4310075.1
HexA780FF233200102644b
Octal247200377436200402144113
Binary1010011110000000111111111000111100100010000001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780FF; }

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

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

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

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

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

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

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

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