#A699BF

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

Shades of Cold Purple #A699BF

Tints of Cold Purple #A699BF

Color information

#A699BF (or 0xA699BF) is unknown color: approx Cold Purple. HEX triplet: A6, 99 and BF. RGB value is (166,153,191). Sum of RGB (Red+Green+Blue) = 166+153+191=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #A699BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699BF is #596640. Grayscale: #A1A1A1. Windows color (decimal): -5858881 or 12556710. OLE color: 12556710.

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

Color convert

RGB166153191-
CMYK0.130.2000.25
HSL260.53º22.89%67.45%-
HSV(B)260.53º19.9%74.9%-
XYZ36.5234.6554.05-
YUV161.22144.81131.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 191 (75% from 255) = 37.45%
R=32.55%
G=30%
B=37.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661531910.130.2000.25260.5322.8967.45
HexA699BFD140191051743
Octal246231277152403140527103
Binary101001101001100110111111110110100011001100000101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699BF; }

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

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

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

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

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

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

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

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