#A699BB

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

Shades of Cold Purple #A699BB

Tints of Cold Purple #A699BB

Color information

#A699BB (or 0xA699BB) is unknown color: approx Cold Purple. HEX triplet: A6, 99 and BB. RGB value is (166,153,187). Sum of RGB (Red+Green+Blue) = 166+153+187=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #A699BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699BB is #596644. Grayscale: #A0A0A0. Windows color (decimal): -5858885 or 12294566. OLE color: 12294566.

HSL color Cylindrical-coordinate representation of color #A699BB: hue angle of 262.94º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A699BB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166153187-
CMYK0.110.1800.27
HSL262.94º20%66.67%-
HSV(B)262.94º18.18%73.33%-
XYZ36.0934.4851.77-
YUV160.76142.81131.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=32.81%
G=30.24%
B=36.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661531870.110.1800.27262.942066.67
HexA699BBB1201B1071443
Octal246231273132203340724103
Binary101001101001100110111011101110010011011100000111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699BB; }

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

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

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

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

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

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

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

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