#A472FF

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

Shades of Light Slate Blue #A472FF

Tints of Light Slate Blue #A472FF

Color information

#A472FF (or 0xA472FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 72 and FF. RGB value is (164,114,255). Sum of RGB (Red+Green+Blue) = 164+114+255=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #A472FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A472FF is #5B8D00. Grayscale: #909090. Windows color (decimal): -5999873 or 16741028. OLE color: 16741028.

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

Color convert

RGB164114255-
CMYK0.360.5500
HSL261.28º100%72.35%-
HSV(B)261.28º55.29%100%-
XYZ39.3827.1597.77-
YUV145.02190.06141.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 255 (100% from 255) = 47.84%
R=30.77%
G=21.39%
B=47.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641142550.360.5500261.2810072.35
HexA472FF2437001056448
Octal244162377446700405144110
Binary101001001110010111111111001001101110010000010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472FF; }

 p { color: rgb(164,114,255); }

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

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

 a { background-color: rgb(164,114,255); }

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

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

 span { border-color: rgb(164,114,255); }

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