#A07CFF

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

Shades of Light Slate Blue #A07CFF

Tints of Light Slate Blue #A07CFF

Color information

#A07CFF (or 0xA07CFF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 7C and FF. RGB value is (160,124,255). Sum of RGB (Red+Green+Blue) = 160+124+255=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #A07CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CFF is #5F8300. Grayscale: #959595. Windows color (decimal): -6259457 or 16743584. OLE color: 16743584.

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

Color convert

RGB160124255-
CMYK0.370.5100
HSL256.49º100%74.31%-
HSV(B)256.49º51.37%100%-
XYZ39.7529.1198.13-
YUV149.7187.43135.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 124 (48.83% from 255) = 23.01%
BLUE value IS 255 (100% from 255) = 47.31%
R=29.68%
G=23.01%
B=47.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601242550.370.5100256.4910074.31
HexA07CFF253300100644a
Octal240174377456300400144112
Binary101000001111100111111111001011100110010000000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CFF; }

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

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

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

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

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

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

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

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