#A370FF

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

Shades of Light Slate Blue #A370FF

Tints of Light Slate Blue #A370FF

Color information

#A370FF (or 0xA370FF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 70 and FF. RGB value is (163,112,255). Sum of RGB (Red+Green+Blue) = 163+112+255=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #A370FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A370FF is #5C8F00. Grayscale: #8F8F8F. Windows color (decimal): -6065921 or 16740515. OLE color: 16740515.

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

Color convert

RGB163112255-
CMYK0.360.5600
HSL261.4º100%71.96%-
HSV(B)261.4º56.08%100%-
XYZ38.9526.5997.69-
YUV143.55190.9141.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 255 (100% from 255) = 48.11%
R=30.75%
G=21.13%
B=48.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631122550.360.5600261.410071.96
HexA370FF2438001056448
Octal243160377447000405144110
Binary101000111110000111111111001001110000010000010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A370FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A370FF; }

 p { color: rgb(163,112,255); }

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

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

 a { background-color: rgb(163,112,255); }

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

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

 span { border-color: rgb(163,112,255); }

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