#A27DFC

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

Shades of Light Slate Blue #A27DFC

Tints of Light Slate Blue #A27DFC

Color information

#A27DFC (or 0xA27DFC) is unknown color: approx Light Slate Blue. HEX triplet: A2, 7D and FC. RGB value is (162,125,252). Sum of RGB (Red+Green+Blue) = 162+125+252=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #A27DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DFC is #5D8203. Grayscale: #969696. Windows color (decimal): -6128132 or 16547234. OLE color: 16547234.

HSL color Cylindrical-coordinate representation of color #A27DFC: hue angle of 257.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A27DFC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162125252-
CMYK0.360.5000.01
HSL257.48º95.49%73.92%-
HSV(B)257.48º50.4%98.82%-
XYZ39.829.3895.67-
YUV150.54185.26136.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 125 (49.22% from 255) = 23.19%
BLUE value IS 252 (98.83% from 255) = 46.75%
R=30.06%
G=23.19%
B=46.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621252520.360.5000.01257.4895.4973.92
HexA27DFC2432011015f4a
Octal242175374446201401137112
Binary101000101111101111111001001001100100110000000110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DFC; }

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

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

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

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

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

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

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

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