#A372FF

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

Shades of Light Slate Blue #A372FF

Tints of Light Slate Blue #A372FF

Color information

#A372FF (or 0xA372FF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 72 and FF. RGB value is (163,114,255). Sum of RGB (Red+Green+Blue) = 163+114+255=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #A372FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372FF is #5C8D00. Grayscale: #909090. Windows color (decimal): -6065409 or 16741027. OLE color: 16741027.

HSL color Cylindrical-coordinate representation of color #A372FF: hue angle of 260.85º 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 #A372FF is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB163114255-
CMYK0.360.5500
HSL260.85º100%72.35%-
HSV(B)260.85º55.29%100%-
XYZ39.1727.0497.76-
YUV144.72190.23141.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 114 (44.92% from 255) = 21.43%
BLUE value IS 255 (100% from 255) = 47.93%
R=30.64%
G=21.43%
B=47.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631142550.360.5500260.8510072.35
HexA372FF2437001056448
Octal243162377446700405144110
Binary101000111110010111111111001001101110010000010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A372FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A372FF; }

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

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

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

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

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

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

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

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