#A277FF

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

Shades of Light Slate Blue #A277FF

Tints of Light Slate Blue #A277FF

Color information

#A277FF (or 0xA277FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 77 and FF. RGB value is (162,119,255). Sum of RGB (Red+Green+Blue) = 162+119+255=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #A277FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A277FF is #5D8800. Grayscale: #929292. Windows color (decimal): -6129665 or 16742306. OLE color: 16742306.

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

Color convert

RGB162119255-
CMYK0.360.5300
HSL258.97º100%73.33%-
HSV(B)258.97º53.33%100%-
XYZ39.5528.197.95-
YUV147.36188.75138.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 119 (46.88% from 255) = 22.20%
BLUE value IS 255 (100% from 255) = 47.57%
R=30.22%
G=22.20%
B=47.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621192550.360.5300258.9710073.33
HexA277FF2435001036449
Octal242167377446500403144111
Binary101000101110111111111111001001101010010000001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A277FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A277FF; }

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

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

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

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

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

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

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

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