#A572FD

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

Shades of Light Slate Blue #A572FD

Tints of Light Slate Blue #A572FD

Color information

#A572FD (or 0xA572FD) is unknown color: approx Light Slate Blue. HEX triplet: A5, 72 and FD. RGB value is (165,114,253). Sum of RGB (Red+Green+Blue) = 165+114+253=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 114 (44.92% from 255 or 21.43% 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 #A572FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A572FD is #5A8D02. Grayscale: #909090. Windows color (decimal): -5934339 or 16609957. OLE color: 16609957.

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

Color convert

RGB165114253-
CMYK0.350.5500.01
HSL262.01º97.2%71.96%-
HSV(B)262.01º54.94%99.22%-
XYZ39.2627.1396.09-
YUV145.1188.9142.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 114 (44.92% from 255) = 21.43%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=31.02%
G=21.43%
B=47.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651142530.350.5500.01262.0197.271.96
HexA572FD2337011066148
Octal245162375436701406141110
Binary101001011110010111111011000111101110110000011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572FD; }

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

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

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

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

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

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

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

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