#A67FFC

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

Shades of Light Slate Blue #A67FFC

Tints of Light Slate Blue #A67FFC

Color information

#A67FFC (or 0xA67FFC) is unknown color: approx Light Slate Blue. HEX triplet: A6, 7F and FC. RGB value is (166,127,252). Sum of RGB (Red+Green+Blue) = 166+127+252=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #A67FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FFC is #598003. Grayscale: #989898. Windows color (decimal): -5865476 or 16547750. OLE color: 16547750.

HSL color Cylindrical-coordinate representation of color #A67FFC: hue angle of 258.72º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67FFC is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166127252-
CMYK0.340.5000.01
HSL258.72º95.42%74.31%-
HSV(B)258.72º49.6%98.82%-
XYZ40.8930.3195.79-
YUV152.91183.92137.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 252 (98.83% from 255) = 46.24%
R=30.46%
G=23.30%
B=46.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661272520.340.5000.01258.7295.4274.31
HexA67FFC2232011035f4a
Octal246177374426201403137112
Binary101001101111111111111001000101100100110000001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FFC; }

 p { color: rgb(166,127,252); }

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

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

 a { background-color: rgb(166,127,252); }

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

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

 span { border-color: rgb(166,127,252); }

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