#A06CFF

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

Shades of Light Slate Blue #A06CFF

Tints of Light Slate Blue #A06CFF

Color information

#A06CFF (or 0xA06CFF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 6C and FF. RGB value is (160,108,255). Sum of RGB (Red+Green+Blue) = 160+108+255=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #A06CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06CFF is #5F9300. Grayscale: #8B8B8B. Windows color (decimal): -6263553 or 16739488. OLE color: 16739488.

HSL color Cylindrical-coordinate representation of color #A06CFF: hue angle of 261.22º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A06CFF is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB160108255-
CMYK0.370.5800
HSL261.22º100%71.18%-
HSV(B)261.22º57.65%100%-
XYZ37.9125.4297.52-
YUV140.31192.73142.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 108 (42.58% from 255) = 20.65%
BLUE value IS 255 (100% from 255) = 48.76%
R=30.59%
G=20.65%
B=48.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601082550.370.5800261.2210071.18
HexA06CFF253A001056447
Octal240154377457200405144107
Binary101000001101100111111111001011110100010000010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CFF; }

 p { color: rgb(160,108,255); }

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

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

 a { background-color: rgb(160,108,255); }

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

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

 span { border-color: rgb(160,108,255); }

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