#A698BA

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

Shades of Cold Purple #A698BA

Tints of Cold Purple #A698BA

Color information

#A698BA (or 0xA698BA) is unknown color: approx Cold Purple. HEX triplet: A6, 98 and BA. RGB value is (166,152,186). Sum of RGB (Red+Green+Blue) = 166+152+186=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #A698BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698BA is #596745. Grayscale: #9F9F9F. Windows color (decimal): -5859142 or 12228774. OLE color: 12228774.

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

Color convert

RGB166152186-
CMYK0.110.1800.27
HSL264.71º19.77%66.27%-
HSV(B)264.71º18.28%72.94%-
XYZ35.8234.1151.15-
YUV160.06142.64132.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=32.94%
G=30.16%
B=36.90%

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
Decimal1661521860.110.1800.27264.7119.7766.27
HexA698BAB1201B1091442
Octal246230272132203341124102
Binary101001101001100010111010101110010011011100001001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698BA; }

 p { color: rgb(166,152,186); }

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

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

 a { background-color: rgb(166,152,186); }

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

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

 span { border-color: rgb(166,152,186); }

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