#A290BD

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

Shades of Cold Purple #A290BD

Tints of Cold Purple #A290BD

Color information

#A290BD (or 0xA290BD) is unknown color: approx Cold Purple. HEX triplet: A2, 90 and BD. RGB value is (162,144,189). Sum of RGB (Red+Green+Blue) = 162+144+189=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A290BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290BD is #5D6F42. Grayscale: #9A9A9A. Windows color (decimal): -6123331 or 12423330. OLE color: 12423330.

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

Color convert

RGB162144189-
CMYK0.140.2400.26
HSL264º25.42%65.29%-
HSV(B)264º23.81%74.12%-
XYZ34.0631.352.39-
YUV154.51147.46133.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=32.73%
G=29.09%
B=38.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621441890.140.2400.2626425.4265.29
HexA290BDE1801A1081941
Octal242220275163003241031101
Binary101000101001000010111101111011000011010100001000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290BD; }

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

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

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

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

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

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

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

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