#A153FF

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

Shades of Light Slate Blue #A153FF

Tints of Light Slate Blue #A153FF

Color information

#A153FF (or 0xA153FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 53 and FF. RGB value is (161,83,255). Sum of RGB (Red+Green+Blue) = 161+83+255=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 83 (32.81% from 255 or 16.63% 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 #A153FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A153FF is #5EAC00. Grayscale: #7D7D7D. Windows color (decimal): -6204417 or 16733089. OLE color: 16733089.

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

Color convert

RGB16183255-
CMYK0.370.6700
HSL267.21º100%66.27%-
HSV(B)267.21º67.45%100%-
XYZ35.8420.9896.77-
YUV125.93200.84153.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 83 (32.81% from 255) = 16.63%
BLUE value IS 255 (100% from 255) = 51.10%
R=32.26%
G=16.63%
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
Decimal161832550.370.6700267.2110066.27
HexA153FF25430010b6442
Octal2411233774510300413144102
Binary1010000110100111111111110010110000110010000101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A153FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A153FF; }

 p { color: rgb(161,83,255); }

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

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

 a { background-color: rgb(161,83,255); }

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

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

 span { border-color: rgb(161,83,255); }

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