#A090BA

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

Shades of Cold Purple #A090BA

Tints of Cold Purple #A090BA

Color information

#A090BA (or 0xA090BA) is unknown color: approx Cold Purple. HEX triplet: A0, 90 and BA. RGB value is (160,144,186). Sum of RGB (Red+Green+Blue) = 160+144+186=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #A090BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090BA is #5F6F45. Grayscale: #999999. Windows color (decimal): -6254406 or 12226720. OLE color: 12226720.

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

Color convert

RGB160144186-
CMYK0.140.2300.27
HSL262.86º23.33%64.71%-
HSV(B)262.86º22.58%72.94%-
XYZ33.3330.9750.67-
YUV153.57146.3132.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=32.65%
G=29.39%
B=37.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601441860.140.2300.27262.8623.3364.71
HexA090BAE1701B1071741
Octal240220272162703340727101
Binary101000001001000010111010111010111011011100000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A090BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A090BA; }

 p { color: rgb(160,144,186); }

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

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

 a { background-color: rgb(160,144,186); }

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

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

 span { border-color: rgb(160,144,186); }

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