#A090B4

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

Shades of Cold Purple #A090B4

Tints of Cold Purple #A090B4

Color information

#A090B4 (or 0xA090B4) is unknown color: approx Cold Purple. HEX triplet: A0, 90 and B4. RGB value is (160,144,180). Sum of RGB (Red+Green+Blue) = 160+144+180=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #A090B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090B4 is #5F6F4B. Grayscale: #989898. Windows color (decimal): -6254412 or 11833504. OLE color: 11833504.

HSL color Cylindrical-coordinate representation of color #A090B4: hue angle of 266.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A090B4 is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160144180-
CMYK0.110.200.29
HSL266.67º19.35%63.53%-
HSV(B)266.67º20%70.59%-
XYZ32.7130.7247.38-
YUV152.89143.3133.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=33.06%
G=29.75%
B=37.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601441800.110.200.29266.6719.3563.53
HexA090B4B1401D10b1340
Octal240220264132403541323100
Binary101000001001000010110100101110100011101100001011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A090B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A090B4; }

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

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

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

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

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

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

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

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