#A090BC

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

Shades of Cold Purple #A090BC

Tints of Cold Purple #A090BC

Color information

#A090BC (or 0xA090BC) is unknown color: approx Cold Purple. HEX triplet: A0, 90 and BC. RGB value is (160,144,188). Sum of RGB (Red+Green+Blue) = 160+144+188=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #A090BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090BC is #5F6F43. Grayscale: #999999. Windows color (decimal): -6254404 or 12357792. OLE color: 12357792.

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

Color convert

RGB160144188-
CMYK0.150.2300.26
HSL261.82º24.72%65.1%-
HSV(B)261.82º23.4%73.73%-
XYZ33.5531.0551.8-
YUV153.8147.3132.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=32.52%
G=29.27%
B=38.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601441880.150.2300.26261.8224.7265.1
HexA090BCF1701A1061941
Octal240220274172703240631101
Binary101000001001000010111100111110111011010100000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A090BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A090BC; }

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

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

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

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

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

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

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

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