#A290BF

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

Shades of Cold Purple #A290BF

Tints of Cold Purple #A290BF

Color information

#A290BF (or 0xA290BF) is unknown color: approx Cold Purple. HEX triplet: A2, 90 and BF. RGB value is (162,144,191). Sum of RGB (Red+Green+Blue) = 162+144+191=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #A290BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290BF is #5D6F40. Grayscale: #9A9A9A. Windows color (decimal): -6123329 or 12554402. OLE color: 12554402.

HSL color Cylindrical-coordinate representation of color #A290BF: hue angle of 262.98º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A290BF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162144191-
CMYK0.150.2500.25
HSL262.98º26.86%65.69%-
HSV(B)262.98º24.61%74.9%-
XYZ34.2831.3953.54-
YUV154.74148.46133.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 191 (75% from 255) = 38.43%
R=32.60%
G=28.97%
B=38.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621441910.150.2500.25262.9826.8665.69
HexA290BFF190191071b42
Octal242220277173103140733102
Binary101000101001000010111111111111001011001100000111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290BF; }

 p { color: rgb(162,144,191); }

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

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

 a { background-color: rgb(162,144,191); }

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

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

 span { border-color: rgb(162,144,191); }

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