#A572FE

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

Shades of Light Slate Blue #A572FE

Tints of Light Slate Blue #A572FE

Color information

#A572FE (or 0xA572FE) is unknown color: approx Light Slate Blue. HEX triplet: A5, 72 and FE. RGB value is (165,114,254). Sum of RGB (Red+Green+Blue) = 165+114+254=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #A572FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A572FE is #5A8D01. Grayscale: #909090. Windows color (decimal): -5934338 or 16675493. OLE color: 16675493.

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

Color convert

RGB165114254-
CMYK0.350.5500.00
HSL261.86º98.59%72.16%-
HSV(B)261.86º55.12%99.61%-
XYZ39.4227.1996.94-
YUV145.21189.4142.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=30.96%
G=21.39%
B=47.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651142540.350.5500.00261.8698.5972.16
HexA572FE2337001066348
Octal245162376436700406143110
Binary101001011110010111111101000111101110010000011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572FE; }

 p { color: rgb(165,114,254); }

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

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

 a { background-color: rgb(165,114,254); }

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

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

 span { border-color: rgb(165,114,254); }

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