#A054FF

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

Shades of Light Slate Blue #A054FF

Tints of Light Slate Blue #A054FF

Color information

#A054FF (or 0xA054FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 54 and FF. RGB value is (160,84,255). Sum of RGB (Red+Green+Blue) = 160+84+255=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #A054FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A054FF is #5FAB00. Grayscale: #7D7D7D. Windows color (decimal): -6269697 or 16733344. OLE color: 16733344.

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

Color convert

RGB16084255-
CMYK0.370.6700
HSL266.67º100%66.47%-
HSV(B)266.67º67.06%100%-
XYZ35.7221.0396.79-
YUV126.22200.68152.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 84 (33.20% from 255) = 16.83%
BLUE value IS 255 (100% from 255) = 51.10%
R=32.06%
G=16.83%
B=51.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal160842550.370.6700266.6710066.47
HexA054FF25430010b6442
Octal2401243774510300413144102
Binary1010000010101001111111110010110000110010000101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A054FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A054FF; }

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

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

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

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

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

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

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

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