#A275FD

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

Shades of Light Slate Blue #A275FD

Tints of Light Slate Blue #A275FD

Color information

#A275FD (or 0xA275FD) is unknown color: approx Light Slate Blue. HEX triplet: A2, 75 and FD. RGB value is (162,117,253). Sum of RGB (Red+Green+Blue) = 162+117+253=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #A275FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A275FD is #5D8A02. Grayscale: #919191. Windows color (decimal): -6130179 or 16610722. OLE color: 16610722.

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

Color convert

RGB162117253-
CMYK0.360.5400.01
HSL259.85º97.14%72.55%-
HSV(B)259.85º53.75%99.22%-
XYZ38.9927.596.18-
YUV145.96188.41139.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=30.45%
G=21.99%
B=47.56%

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
Decimal1621172530.360.5400.01259.8597.1472.55
HexA275FD2436011046149
Octal242165375446601404141111
Binary101000101110101111111011001001101100110000010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275FD; }

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

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

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

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

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

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

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

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