#A675FD

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

Shades of Light Slate Blue #A675FD

Tints of Light Slate Blue #A675FD

Color information

#A675FD (or 0xA675FD) is unknown color: approx Light Slate Blue. HEX triplet: A6, 75 and FD. RGB value is (166,117,253). Sum of RGB (Red+Green+Blue) = 166+117+253=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #A675FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A675FD is #598A02. Grayscale: #929292. Windows color (decimal): -5868035 or 16610726. OLE color: 16610726.

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

Color convert

RGB166117253-
CMYK0.340.5400.01
HSL261.62º97.14%72.55%-
HSV(B)261.62º53.75%99.22%-
XYZ39.8227.9296.22-
YUV147.16187.73141.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 117 (46.09% from 255) = 21.83%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=30.97%
G=21.83%
B=47.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661172530.340.5400.01261.6297.1472.55
HexA675FD2236011066149
Octal246165375426601406141111
Binary101001101110101111111011000101101100110000011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675FD; }

 p { color: rgb(166,117,253); }

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

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

 a { background-color: rgb(166,117,253); }

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

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

 span { border-color: rgb(166,117,253); }

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