#A391BC

Color #A391BC Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A391BC

Tints of Cold Purple #A391BC

Color information

#A391BC (or 0xA391BC) is unknown color: approx Cold Purple. HEX triplet: A3, 91 and BC. RGB value is (163,145,188). Sum of RGB (Red+Green+Blue) = 163+145+188=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A391BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391BC is #5C6E43. Grayscale: #9B9B9B. Windows color (decimal): -6057540 or 12358051. OLE color: 12358051.

HSL color Cylindrical-coordinate representation of color #A391BC: hue angle of 265.12º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A391BC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163145188-
CMYK0.130.2300.26
HSL265.12º24.29%65.29%-
HSV(B)265.12º22.87%73.73%-
XYZ34.3131.6751.88-
YUV155.28146.46133.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=32.86%
G=29.23%
B=37.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631451880.130.2300.26265.1224.2965.29
HexA391BCD1701A1091841
Octal243221274152703241130101
Binary101000111001000110111100110110111011010100001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391BC; }

 p { color: rgb(163,145,188); }

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

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

 a { background-color: rgb(163,145,188); }

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

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

 span { border-color: rgb(163,145,188); }

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