#A081BF

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

Shades of Cold Purple #A081BF

Tints of Cold Purple #A081BF

Color information

#A081BF (or 0xA081BF) is unknown color: approx Cold Purple. HEX triplet: A0, 81 and BF. RGB value is (160,129,191). Sum of RGB (Red+Green+Blue) = 160+129+191=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #A081BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081BF is #5F7E40. Grayscale: #919191. Windows color (decimal): -6258241 or 12550560. OLE color: 12550560.

HSL color Cylindrical-coordinate representation of color #A081BF: hue angle of 270º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A081BF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160129191-
CMYK0.160.3200.25
HSL270º32.63%62.75%-
HSV(B)270º32.46%74.9%-
XYZ31.7526.9452.82-
YUV145.34153.77138.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 191 (75% from 255) = 39.79%
R=33.33%
G=26.88%
B=39.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601291910.160.3200.2527032.6362.75
HexA081BF102001910e213f
Octal24020127720400314164177
Binary10100000100000011011111110000100000011001100001110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081BF; }

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

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

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

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

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

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

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

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