#A064FE

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

Shades of Light Slate Blue #A064FE

Tints of Light Slate Blue #A064FE

Color information

#A064FE (or 0xA064FE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 64 and FE. RGB value is (160,100,254). Sum of RGB (Red+Green+Blue) = 160+100+254=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #A064FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064FE is #5F9B01. Grayscale: #868686. Windows color (decimal): -6265602 or 16671904. OLE color: 16671904.

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

Color convert

RGB160100254-
CMYK0.370.6100.00
HSL263.38º98.72%69.41%-
HSV(B)263.38º60.63%99.61%-
XYZ36.9423.7496.4-
YUV135.5194.88145.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 100 (39.45% from 255) = 19.46%
BLUE value IS 254 (99.61% from 255) = 49.42%
R=31.13%
G=19.46%
B=49.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601002540.370.6100.00263.3898.7269.41
HexA064FE253D001076345
Octal240144376457500407143105
Binary101000001100100111111101001011111010010000011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A064FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A064FE; }

 p { color: rgb(160,100,254); }

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

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

 a { background-color: rgb(160,100,254); }

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

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

 span { border-color: rgb(160,100,254); }

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