#A272FF

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

Shades of Light Slate Blue #A272FF

Tints of Light Slate Blue #A272FF

Color information

#A272FF (or 0xA272FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 72 and FF. RGB value is (162,114,255). Sum of RGB (Red+Green+Blue) = 162+114+255=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #A272FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A272FF is #5D8D00. Grayscale: #8F8F8F. Windows color (decimal): -6130945 or 16741026. OLE color: 16741026.

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

Color convert

RGB162114255-
CMYK0.360.5500
HSL260.43º100%72.35%-
HSV(B)260.43º55.29%100%-
XYZ38.9726.9497.75-
YUV144.43190.4140.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.51%
GREEN value IS 114 (44.92% from 255) = 21.47%
BLUE value IS 255 (100% from 255) = 48.02%
R=30.51%
G=21.47%
B=48.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621142550.360.5500260.4310072.35
HexA272FF2437001046448
Octal242162377446700404144110
Binary101000101110010111111111001001101110010000010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272FF; }

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

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

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

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

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

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

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

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