#A785FD

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

Shades of Light Slate Blue #A785FD

Tints of Light Slate Blue #A785FD

Color information

#A785FD (or 0xA785FD) is unknown color: approx Light Slate Blue. HEX triplet: A7, 85 and FD. RGB value is (167,133,253). Sum of RGB (Red+Green+Blue) = 167+133+253=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #A785FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785FD is #587A02. Grayscale: #9C9C9C. Windows color (decimal): -5798403 or 16614823. OLE color: 16614823.

HSL color Cylindrical-coordinate representation of color #A785FD: hue angle of 257º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A785FD is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167133253-
CMYK0.340.4700.01
HSL257º96.77%75.69%-
HSV(B)257º47.43%99.22%-
XYZ42.0532.0896.9-
YUV156.85182.26135.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.20%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=30.20%
G=24.05%
B=45.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671332530.340.4700.0125796.7775.69
HexA785FD222F01101614c
Octal247205375425701401141114
Binary1010011110000101111111011000101011110110000000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785FD; }

 p { color: rgb(167,133,253); }

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

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

 a { background-color: rgb(167,133,253); }

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

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

 span { border-color: rgb(167,133,253); }

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