#A084F7

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

Shades of Light Slate Blue #A084F7

Tints of Light Slate Blue #A084F7

Color information

#A084F7 (or 0xA084F7) is unknown color: approx Light Slate Blue. HEX triplet: A0, 84 and F7. RGB value is (160,132,247). Sum of RGB (Red+Green+Blue) = 160+132+247=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #A084F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A084F7 is #5F7B08. Grayscale: #999999. Windows color (decimal): -6257417 or 16221344. OLE color: 16221344.

HSL color Cylindrical-coordinate representation of color #A084F7: hue angle of 254.61º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A084F7 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160132247-
CMYK0.350.4700.03
HSL254.61º87.79%74.31%-
HSV(B)254.61º46.56%96.86%-
XYZ39.5430.6991.84-
YUV153.48180.78132.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 247 (96.88% from 255) = 45.83%
R=29.68%
G=24.49%
B=45.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601322470.350.4700.03254.6187.7974.31
HexA084F7232F03ff584a
Octal240204367435703377130112
Binary1010000010000100111101111000111011110111111111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A084F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A084F7; }

 p { color: rgb(160,132,247); }

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

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

 a { background-color: rgb(160,132,247); }

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

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

 span { border-color: rgb(160,132,247); }

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