#A490BC

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

Shades of Cold Purple #A490BC

Tints of Cold Purple #A490BC

Color information

#A490BC (or 0xA490BC) is unknown color: approx Cold Purple. HEX triplet: A4, 90 and BC. RGB value is (164,144,188). Sum of RGB (Red+Green+Blue) = 164+144+188=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 144 (56.64% from 255 or 29.03% 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 #A490BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490BC is #5B6F43. Grayscale: #9A9A9A. Windows color (decimal): -5992260 or 12357796. OLE color: 12357796.

HSL color Cylindrical-coordinate representation of color #A490BC: hue angle of 267.27º degrees, saturation: 0.25, 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 #A490BC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164144188-
CMYK0.130.2300.26
HSL267.27º24.72%65.1%-
HSV(B)267.27º23.4%73.73%-
XYZ34.3631.4751.84-
YUV155146.63134.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=33.06%
G=29.03%
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
Decimal1641441880.130.2300.26267.2724.7265.1
HexA490BCD1701A10b1941
Octal244220274152703241331101
Binary101001001001000010111100110110111011010100001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490BC; }

 p { color: rgb(164,144,188); }

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

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

 a { background-color: rgb(164,144,188); }

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

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

 span { border-color: rgb(164,144,188); }

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