#A670FE

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

Shades of Light Slate Blue #A670FE

Tints of Light Slate Blue #A670FE

Color information

#A670FE (or 0xA670FE) is unknown color: approx Light Slate Blue. HEX triplet: A6, 70 and FE. RGB value is (166,112,254). Sum of RGB (Red+Green+Blue) = 166+112+254=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #A670FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670FE is #598F01. Grayscale: #8F8F8F. Windows color (decimal): -5869314 or 16674982. OLE color: 16674982.

HSL color Cylindrical-coordinate representation of color #A670FE: hue angle of 262.82º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A670FE is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB166112254-
CMYK0.350.5600.00
HSL262.82º98.61%71.76%-
HSV(B)262.82º55.91%99.61%-
XYZ39.4126.8596.87-
YUV144.33189.89143.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 112 (44.14% from 255) = 21.05%
BLUE value IS 254 (99.61% from 255) = 47.74%
R=31.20%
G=21.05%
B=47.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661122540.350.5600.00262.8298.6171.76
HexA670FE2338001076348
Octal246160376437000407143110
Binary101001101110000111111101000111110000010000011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670FE; }

 p { color: rgb(166,112,254); }

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

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

 a { background-color: rgb(166,112,254); }

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

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

 span { border-color: rgb(166,112,254); }

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