#a27bfe

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

Shades of Light Slate Blue #A27BFE

Tints of Light Slate Blue #A27BFE

Color information

#A27BFE (or 0xA27BFE) is unknown color: approx Light Slate Blue. HEX triplet: A2, 7B and FE. RGB value is (162,123,254). Sum of RGB (Red+Green+Blue) = 162+123+254=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A27BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BFE is #5D8401. Grayscale: #959595. Windows color (decimal): -6128642 or 16677794. OLE color: 16677794.

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

Color convert

RGB162123254-
CMYK0.360.5200.00
HSL257.86º98.5%73.92%-
HSV(B)257.86º51.57%99.61%-
XYZ39.872997.26-
YUV149.59186.92136.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 123 (48.44% from 255) = 22.82%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=30.06%
G=22.82%
B=47.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1621232540.360.5200.00257.8698.573.92
HexA27BFE243400102624a
Octal242173376446400402142112
Binary101000101111011111111101001001101000010000001011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a27bfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a27bfe; }

 p { color: rgb(162,123,254); }

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

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

 a { background-color: rgb(162,123,254); }

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

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

 span { border-color: rgb(162,123,254); }

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