#A07DFF

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

Shades of Light Slate Blue #A07DFF

Tints of Light Slate Blue #A07DFF

Color information

#A07DFF (or 0xA07DFF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 7D and FF. RGB value is (160,125,255). Sum of RGB (Red+Green+Blue) = 160+125+255=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #A07DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DFF is #5F8200. Grayscale: #959595. Windows color (decimal): -6259201 or 16743840. OLE color: 16743840.

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

Color convert

RGB160125255-
CMYK0.370.5100
HSL256.15º100%74.51%-
HSV(B)256.15º50.98%100%-
XYZ39.8829.3698.17-
YUV150.28187.1134.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 255 (100% from 255) = 47.22%
R=29.63%
G=23.15%
B=47.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601252550.370.5100256.1510074.51
HexA07DFF253300100644b
Octal240175377456300400144113
Binary101000001111101111111111001011100110010000000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07DFF; }

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

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

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

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

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

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

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

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