#A27FFA

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

Shades of Light Slate Blue #A27FFA

Tints of Light Slate Blue #A27FFA

Color information

#A27FFA (or 0xA27FFA) is unknown color: approx Light Slate Blue. HEX triplet: A2, 7F and FA. RGB value is (162,127,250). Sum of RGB (Red+Green+Blue) = 162+127+250=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #A27FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FFA is #5D8005. Grayscale: #979797. Windows color (decimal): -6127622 or 16416674. OLE color: 16416674.

HSL color Cylindrical-coordinate representation of color #A27FFA: hue angle of 257.07º degrees, saturation: 0.92, 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 #A27FFA is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162127250-
CMYK0.350.4900.02
HSL257.07º92.48%73.92%-
HSV(B)257.07º49.2%98.04%-
XYZ39.7429.7694.09-
YUV151.49183.6135.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 127 (50% from 255) = 23.56%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=30.06%
G=23.56%
B=46.38%

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
Decimal1621272500.350.4900.02257.0792.4873.92
HexA27FFA2331021015c4a
Octal242177372436102401134112
Binary1010001011111111111101010001111000101010000000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FFA; }

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

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

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

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

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

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

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

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