#A67DFE

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

Shades of Light Slate Blue #A67DFE

Tints of Light Slate Blue #A67DFE

Color information

#A67DFE (or 0xA67DFE) is unknown color: approx Light Slate Blue. HEX triplet: A6, 7D and FE. RGB value is (166,125,254). Sum of RGB (Red+Green+Blue) = 166+125+254=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #A67DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67DFE is #598201. Grayscale: #979797. Windows color (decimal): -5865986 or 16678310. OLE color: 16678310.

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

Color convert

RGB166125254-
CMYK0.350.5100.00
HSL259.07º98.47%74.31%-
HSV(B)259.07º50.79%99.61%-
XYZ40.9529.9397.38-
YUV151.96185.58138.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=30.46%
G=22.94%
B=46.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661252540.350.5100.00259.0798.4774.31
HexA67DFE233300103624a
Octal246175376436300403142112
Binary101001101111101111111101000111100110010000001111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67DFE; }

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

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

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

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

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

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

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

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