#A28BF7

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

Shades of Light Slate Blue #A28BF7

Tints of Light Slate Blue #A28BF7

Color information

#A28BF7 (or 0xA28BF7) is unknown color: approx Light Slate Blue. HEX triplet: A2, 8B and F7. RGB value is (162,139,247). Sum of RGB (Red+Green+Blue) = 162+139+247=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 247 - color contains mainly: blue. Hex color #A28BF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BF7 is #5D7408. Grayscale: #9D9D9D. Windows color (decimal): -6124553 or 16223138. OLE color: 16223138.

HSL color Cylindrical-coordinate representation of color #A28BF7: hue angle of 252.78º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A28BF7 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162139247-
CMYK0.340.4400.03
HSL252.78º87.1%75.69%-
HSV(B)252.78º43.72%96.86%-
XYZ40.9232.8692.18-
YUV158.19178.12130.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 139 (54.69% from 255) = 25.36%
BLUE value IS 247 (96.88% from 255) = 45.07%
R=29.56%
G=25.36%
B=45.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621392470.340.4400.03252.7887.175.69
HexA28BF7222C03fd574c
Octal242213367425403375127114
Binary1010001010001011111101111000101011000111111110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BF7; }

 p { color: rgb(162,139,247); }

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

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

 a { background-color: rgb(162,139,247); }

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

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

 span { border-color: rgb(162,139,247); }

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