#A261FF

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

Shades of Light Slate Blue #A261FF

Tints of Light Slate Blue #A261FF

Color information

#A261FF (or 0xA261FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 61 and FF. RGB value is (162,97,255). Sum of RGB (Red+Green+Blue) = 162+97+255=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #A261FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A261FF is #5D9E00. Grayscale: #858585. Windows color (decimal): -6135297 or 16736674. OLE color: 16736674.

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

Color convert

RGB16297255-
CMYK0.360.6200
HSL264.68º100%69.02%-
HSV(B)264.68º61.96%100%-
XYZ37.2223.4597.17-
YUV134.45196.03147.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 97 (38.28% from 255) = 18.87%
BLUE value IS 255 (100% from 255) = 49.61%
R=31.52%
G=18.87%
B=49.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal162972550.360.6200264.6810069.02
HexA261FF243E001096445
Octal242141377447600411144105
Binary101000101100001111111111001001111100010000100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261FF; }

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

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

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

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

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

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

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

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