#A27FF9

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

Shades of Light Slate Blue #A27FF9

Tints of Light Slate Blue #A27FF9

Color information

#A27FF9 (or 0xA27FF9) is unknown color: approx Light Slate Blue. HEX triplet: A2, 7F and F9. RGB value is (162,127,249). Sum of RGB (Red+Green+Blue) = 162+127+249=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #A27FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FF9 is #5D8006. Grayscale: #969696. Windows color (decimal): -6127623 or 16351138. OLE color: 16351138.

HSL color Cylindrical-coordinate representation of color #A27FF9: hue angle of 257.21º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27FF9 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162127249-
CMYK0.350.4900.02
HSL257.21º91.04%73.73%-
HSV(B)257.21º49%97.65%-
XYZ39.5929.793.27-
YUV151.37183.1135.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.11%
GREEN value IS 127 (50% from 255) = 23.61%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=30.11%
G=23.61%
B=46.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621272490.350.4900.02257.2191.0473.73
HexA27FF92331021015b4a
Octal242177371436102401133112
Binary1010001011111111111100110001111000101010000000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FF9; }

 p { color: rgb(162,127,249); }

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

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

 a { background-color: rgb(162,127,249); }

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

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

 span { border-color: rgb(162,127,249); }

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