#A064FF

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

Shades of Light Slate Blue #A064FF

Tints of Light Slate Blue #A064FF

Color information

#A064FF (or 0xA064FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 64 and FF. RGB value is (160,100,255). Sum of RGB (Red+Green+Blue) = 160+100+255=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #A064FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064FF is #5F9B00. Grayscale: #878787. Windows color (decimal): -6265601 or 16737440. OLE color: 16737440.

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

Color convert

RGB160100255-
CMYK0.370.6100
HSL263.23º100%69.61%-
HSV(B)263.23º60.78%100%-
XYZ37.123.8197.25-
YUV135.61195.38145.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 100 (39.45% from 255) = 19.42%
BLUE value IS 255 (100% from 255) = 49.51%
R=31.07%
G=19.42%
B=49.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601002550.370.6100263.2310069.61
HexA064FF253D001076446
Octal240144377457500407144106
Binary101000001100100111111111001011111010010000011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A064FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A064FF; }

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

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

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

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

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

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

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

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