#A095BE

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

Shades of Cold Purple #A095BE

Tints of Cold Purple #A095BE

Color information

#A095BE (or 0xA095BE) is unknown color: approx Cold Purple. HEX triplet: A0, 95 and BE. RGB value is (160,149,190). Sum of RGB (Red+Green+Blue) = 160+149+190=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #A095BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095BE is #5F6A41. Grayscale: #9C9C9C. Windows color (decimal): -6253122 or 12490144. OLE color: 12490144.

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

Color convert

RGB160149190-
CMYK0.160.2200.25
HSL256.1º23.98%66.47%-
HSV(B)256.1º21.58%74.51%-
XYZ34.5432.6953.2-
YUV156.96146.64130.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=32.06%
G=29.86%
B=38.08%

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
Decimal1601491900.160.2200.25256.123.9866.47
HexA095BE10160191001842
Octal240225276202603140030102
Binary1010000010010101101111101000010110011001100000000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095BE; }

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

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

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

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

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

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

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

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