#A698BC

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

Shades of Cold Purple #A698BC

Tints of Cold Purple #A698BC

Color information

#A698BC (or 0xA698BC) is unknown color: approx Cold Purple. HEX triplet: A6, 98 and BC. RGB value is (166,152,188). Sum of RGB (Red+Green+Blue) = 166+152+188=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #A698BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698BC is #596743. Grayscale: #A0A0A0. Windows color (decimal): -5859140 or 12359846. OLE color: 12359846.

HSL color Cylindrical-coordinate representation of color #A698BC: hue angle of 263.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A698BC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166152188-
CMYK0.120.1900.26
HSL263.33º21.18%66.67%-
HSV(B)263.33º19.15%73.73%-
XYZ36.0334.1952.28-
YUV160.29143.64132.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 152 (59.77% from 255) = 30.04%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=32.81%
G=30.04%
B=37.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661521880.120.1900.26263.3321.1866.67
HexA698BCC1301A1071543
Octal246230274142303240725103
Binary101001101001100010111100110010011011010100000111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698BC; }

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

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

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

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

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

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

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

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