#A095AE

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

Shades of Cold Purple #A095AE

Tints of Cold Purple #A095AE

Color information

#A095AE (or 0xA095AE) is unknown color: approx Cold Purple. HEX triplet: A0, 95 and AE. RGB value is (160,149,174). Sum of RGB (Red+Green+Blue) = 160+149+174=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #A095AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A095AE is #5F6A51. Grayscale: #9B9B9B. Windows color (decimal): -6253138 or 11441568. OLE color: 11441568.

HSL color Cylindrical-coordinate representation of color #A095AE: hue angle of 266.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A095AE is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160149174-
CMYK0.080.1400.32
HSL266.4º13.37%63.33%-
HSV(B)266.4º14.37%68.24%-
XYZ32.8832.0244.49-
YUV155.14138.64131.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=33.13%
G=30.85%
B=36.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601491740.080.1400.32266.413.3763.33
HexA095AE8E02010ad3f
Octal24022525610160404121577
Binary1010000010010101101011101000111001000001000010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095AE; }

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

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

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

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

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

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

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

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