#A275FF

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

Shades of Light Slate Blue #A275FF

Tints of Light Slate Blue #A275FF

Color information

#A275FF (or 0xA275FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 75 and FF. RGB value is (162,117,255). Sum of RGB (Red+Green+Blue) = 162+117+255=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #A275FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A275FF is #5D8A00. Grayscale: #919191. Windows color (decimal): -6130177 or 16741794. OLE color: 16741794.

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

Color convert

RGB162117255-
CMYK0.360.5400
HSL259.57º100%72.94%-
HSV(B)259.57º54.12%100%-
XYZ39.3127.6297.87-
YUV146.19189.41139.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.34%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 255 (100% from 255) = 47.75%
R=30.34%
G=21.91%
B=47.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621172550.360.5400259.5710072.94
HexA275FF2436001046449
Octal242165377446600404144111
Binary101000101110101111111111001001101100010000010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275FF; }

 p { color: rgb(162,117,255); }

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

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

 a { background-color: rgb(162,117,255); }

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

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

 span { border-color: rgb(162,117,255); }

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