#A095BF

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

Shades of Cold Purple #A095BF

Tints of Cold Purple #A095BF

Color information

#A095BF (or 0xA095BF) is unknown color: approx Cold Purple. HEX triplet: A0, 95 and BF. RGB value is (160,149,191). Sum of RGB (Red+Green+Blue) = 160+149+191=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #A095BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095BF is #5F6A40. Grayscale: #9C9C9C. Windows color (decimal): -6253121 or 12555680. OLE color: 12555680.

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

Color convert

RGB160149191-
CMYK0.160.2200.25
HSL255.71º24.71%66.67%-
HSV(B)255.71º21.99%74.9%-
XYZ34.6532.7353.78-
YUV157.08147.14130.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 191 (75% from 255) = 38.2%
R=32%
G=29.8%
B=38.2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601491910.160.2200.25255.7124.7166.67
HexA095BF10160191001943
Octal240225277202603140031103
Binary1010000010010101101111111000010110011001100000000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095BF; }

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

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

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

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

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

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

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

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