#A27DFF

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

Shades of Light Slate Blue #A27DFF

Tints of Light Slate Blue #A27DFF

Color information

#A27DFF (or 0xA27DFF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 7D and FF. RGB value is (162,125,255). Sum of RGB (Red+Green+Blue) = 162+125+255=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #A27DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DFF is #5D8200. Grayscale: #969696. Windows color (decimal): -6128129 or 16743842. OLE color: 16743842.

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

Color convert

RGB162125255-
CMYK0.360.5100
HSL257.08º100%74.51%-
HSV(B)257.08º50.98%100%-
XYZ40.2829.5798.19-
YUV150.88186.76135.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.89%
GREEN value IS 125 (49.22% from 255) = 23.06%
BLUE value IS 255 (100% from 255) = 47.05%
R=29.89%
G=23.06%
B=47.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621252550.360.5100257.0810074.51
HexA27DFF243300101644b
Octal242175377446300401144113
Binary101000101111101111111111001001100110010000000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DFF; }

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

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

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

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

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

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

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

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