#A07DFD

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

Shades of Light Slate Blue #A07DFD

Tints of Light Slate Blue #A07DFD

Color information

#A07DFD (or 0xA07DFD) is unknown color: approx Light Slate Blue. HEX triplet: A0, 7D and FD. RGB value is (160,125,253). Sum of RGB (Red+Green+Blue) = 160+125+253=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #A07DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DFD is #5F8202. Grayscale: #959595. Windows color (decimal): -6259203 or 16612768. OLE color: 16612768.

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

Color convert

RGB160125253-
CMYK0.370.5100.01
HSL256.41º96.97%74.12%-
HSV(B)256.41º50.59%99.22%-
XYZ39.5629.2396.49-
YUV150.06186.1135.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=29.74%
G=23.23%
B=47.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601252530.370.5100.01256.4196.9774.12
HexA07DFD253301100614a
Octal240175375456301400141112
Binary101000001111101111111011001011100110110000000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07DFD; }

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

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

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

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

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

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

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

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