#A470FF

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

Shades of Light Slate Blue #A470FF

Tints of Light Slate Blue #A470FF

Color information

#A470FF (or 0xA470FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 70 and FF. RGB value is (164,112,255). Sum of RGB (Red+Green+Blue) = 164+112+255=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #A470FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A470FF is #5B8F00. Grayscale: #8F8F8F. Windows color (decimal): -6000385 or 16740516. OLE color: 16740516.

HSL color Cylindrical-coordinate representation of color #A470FF: hue angle of 261.82º 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 #A470FF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164112255-
CMYK0.360.5600
HSL261.82º100%71.96%-
HSV(B)261.82º56.08%100%-
XYZ39.1526.797.7-
YUV143.85190.73142.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 112 (44.14% from 255) = 21.09%
BLUE value IS 255 (100% from 255) = 48.02%
R=30.89%
G=21.09%
B=48.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641122550.360.5600261.8210071.96
HexA470FF2438001066448
Octal244160377447000406144110
Binary101001001110000111111111001001110000010000011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A470FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A470FF; }

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

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

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

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

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

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

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

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