#A274FD

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

Shades of Light Slate Blue #A274FD

Tints of Light Slate Blue #A274FD

Color information

#A274FD (or 0xA274FD) is unknown color: approx Light Slate Blue. HEX triplet: A2, 74 and FD. RGB value is (162,116,253). Sum of RGB (Red+Green+Blue) = 162+116+253=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #A274FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A274FD is #5D8B02. Grayscale: #909090. Windows color (decimal): -6130435 or 16610466. OLE color: 16610466.

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

Color convert

RGB162116253-
CMYK0.360.5400.01
HSL260.15º97.16%72.35%-
HSV(B)260.15º54.15%99.22%-
XYZ38.8827.2696.14-
YUV145.37188.74139.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.51%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=30.51%
G=21.85%
B=47.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621162530.360.5400.01260.1597.1672.35
HexA274FD2436011046148
Octal242164375446601404141110
Binary101000101110100111111011001001101100110000010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A274FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A274FD; }

 p { color: rgb(162,116,253); }

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

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

 a { background-color: rgb(162,116,253); }

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

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

 span { border-color: rgb(162,116,253); }

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