#A272FB

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

Shades of Light Slate Blue #A272FB

Tints of Light Slate Blue #A272FB

Color information

#A272FB (or 0xA272FB) is unknown color: approx Light Slate Blue. HEX triplet: A2, 72 and FB. RGB value is (162,114,251). Sum of RGB (Red+Green+Blue) = 162+114+251=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #A272FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A272FB is #5D8D04. Grayscale: #8F8F8F. Windows color (decimal): -6130949 or 16478882. OLE color: 16478882.

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

Color convert

RGB162114251-
CMYK0.350.5500.02
HSL261.02º94.48%71.57%-
HSV(B)261.02º54.58%98.43%-
XYZ38.3326.6894.4-
YUV143.97188.4140.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 114 (44.92% from 255) = 21.63%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=30.74%
G=21.63%
B=47.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621142510.350.5500.02261.0294.4871.57
HexA272FB2337021055e48
Octal242162373436702405136110
Binary1010001011100101111101110001111011101010000010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272FB; }

 p { color: rgb(162,114,251); }

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

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

 a { background-color: rgb(162,114,251); }

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

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

 span { border-color: rgb(162,114,251); }

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