#A891C3

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

Shades of Cold Purple #A891C3

Tints of Cold Purple #A891C3

Color information

#A891C3 (or 0xA891C3) is unknown color: approx Cold Purple. HEX triplet: A8, 91 and C3. RGB value is (168,145,195). Sum of RGB (Red+Green+Blue) = 168+145+195=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #A891C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891C3 is #576E3C. Grayscale: #9D9D9D. Windows color (decimal): -5729853 or 12816808. OLE color: 12816808.

HSL color Cylindrical-coordinate representation of color #A891C3: hue angle of 267.6º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A891C3 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168145195-
CMYK0.140.2600.24
HSL267.6º29.41%66.67%-
HSV(B)267.6º25.64%76.47%-
XYZ36.1232.5256-
YUV157.58149.12135.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 145 (57.03% from 255) = 28.54%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=33.07%
G=28.54%
B=38.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681451950.140.2600.24267.629.4166.67
HexA891C3E1A01810c1d43
Octal250221303163203041435103
Binary101010001001000111000011111011010011000100001100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A891C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A891C3; }

 p { color: rgb(168,145,195); }

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

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

 a { background-color: rgb(168,145,195); }

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

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

 span { border-color: rgb(168,145,195); }

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