#A372FC

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

Shades of Light Slate Blue #A372FC

Tints of Light Slate Blue #A372FC

Color information

#A372FC (or 0xA372FC) is unknown color: approx Light Slate Blue. HEX triplet: A3, 72 and FC. RGB value is (163,114,252). Sum of RGB (Red+Green+Blue) = 163+114+252=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #A372FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372FC is #5C8D03. Grayscale: #8F8F8F. Windows color (decimal): -6065412 or 16544419. OLE color: 16544419.

HSL color Cylindrical-coordinate representation of color #A372FC: hue angle of 261.3º degrees, saturation: 0.96, 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 #A372FC is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163114252-
CMYK0.350.5500.01
HSL261.3º95.83%71.76%-
HSV(B)261.3º54.76%98.82%-
XYZ38.6926.8595.24-
YUV144.38188.73141.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=30.81%
G=21.55%
B=47.64%

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
Decimal1631142520.350.5500.01261.395.8371.76
HexA372FC2337011056048
Octal243162374436701405140110
Binary101000111110010111111001000111101110110000010111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A372FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A372FC; }

 p { color: rgb(163,114,252); }

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

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

 a { background-color: rgb(163,114,252); }

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

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

 span { border-color: rgb(163,114,252); }

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