#A699BE

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

Shades of Cold Purple #A699BE

Tints of Cold Purple #A699BE

Color information

#A699BE (or 0xA699BE) is unknown color: approx Cold Purple. HEX triplet: A6, 99 and BE. RGB value is (166,153,190). Sum of RGB (Red+Green+Blue) = 166+153+190=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #A699BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699BE is #596641. Grayscale: #A0A0A0. Windows color (decimal): -5858882 or 12491174. OLE color: 12491174.

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

Color convert

RGB166153190-
CMYK0.130.1900.25
HSL261.08º22.16%67.25%-
HSV(B)261.08º19.47%74.51%-
XYZ36.4134.6153.48-
YUV161.1144.31131.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=32.61%
G=30.06%
B=37.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661531900.130.1900.25261.0822.1667.25
HexA699BED130191051643
Octal246231276152303140526103
Binary101001101001100110111110110110011011001100000101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699BE; }

 p { color: rgb(166,153,190); }

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

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

 a { background-color: rgb(166,153,190); }

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

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

 span { border-color: rgb(166,153,190); }

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