#A090BF

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

Shades of Cold Purple #A090BF

Tints of Cold Purple #A090BF

Color information

#A090BF (or 0xA090BF) is unknown color: approx Cold Purple. HEX triplet: A0, 90 and BF. RGB value is (160,144,191). Sum of RGB (Red+Green+Blue) = 160+144+191=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #A090BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090BF is #5F6F40. Grayscale: #999999. Windows color (decimal): -6254401 or 12554400. OLE color: 12554400.

HSL color Cylindrical-coordinate representation of color #A090BF: hue angle of 260.43º 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 #A090BF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160144191-
CMYK0.160.2500.25
HSL260.43º26.86%65.69%-
HSV(B)260.43º24.61%74.9%-
XYZ33.8731.1853.52-
YUV154.14148.8132.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 191 (75% from 255) = 38.59%
R=32.32%
G=29.09%
B=38.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601441910.160.2500.25260.4326.8665.69
HexA090BF10190191041b42
Octal240220277203103140433102
Binary1010000010010000101111111000011001011001100000100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A090BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A090BF; }

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

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

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

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

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

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

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

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