#A391BB

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

Shades of Cold Purple #A391BB

Tints of Cold Purple #A391BB

Color information

#A391BB (or 0xA391BB) is unknown color: approx Cold Purple. HEX triplet: A3, 91 and BB. RGB value is (163,145,187). Sum of RGB (Red+Green+Blue) = 163+145+187=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #A391BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391BB is #5C6E44. Grayscale: #9B9B9B. Windows color (decimal): -6057541 or 12292515. OLE color: 12292515.

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

Color convert

RGB163145187-
CMYK0.130.2200.27
HSL265.71º23.6%65.1%-
HSV(B)265.71º22.46%73.33%-
XYZ34.231.6351.32-
YUV155.17145.96133.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.93%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=32.93%
G=29.29%
B=37.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631451870.130.2200.27265.7123.665.1
HexA391BBD1601B10a1841
Octal243221273152603341230101
Binary101000111001000110111011110110110011011100001010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391BB; }

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

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

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

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

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

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

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

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