#A071FA

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

Shades of Light Slate Blue #A071FA

Tints of Light Slate Blue #A071FA

Color information

#A071FA (or 0xA071FA) is unknown color: approx Light Slate Blue. HEX triplet: A0, 71 and FA. RGB value is (160,113,250). Sum of RGB (Red+Green+Blue) = 160+113+250=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #A071FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071FA is #5F8E05. Grayscale: #8E8E8E. Windows color (decimal): -6262278 or 16413088. OLE color: 16413088.

HSL color Cylindrical-coordinate representation of color #A071FA: hue angle of 260.58º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A071FA is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160113250-
CMYK0.360.5500.02
HSL260.58º93.2%71.18%-
HSV(B)260.58º54.8%98.04%-
XYZ37.6626.1993.51-
YUV142.67188.57140.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 113 (44.53% from 255) = 21.61%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=30.59%
G=21.61%
B=47.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601132500.360.5500.02260.5893.271.18
HexA071FA2437021055d47
Octal240161372446702405135107
Binary1010000011100011111101010010011011101010000010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071FA; }

 p { color: rgb(160,113,250); }

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

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

 a { background-color: rgb(160,113,250); }

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

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

 span { border-color: rgb(160,113,250); }

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