#A698C0

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

Shades of Cold Purple #A698C0

Tints of Cold Purple #A698C0

Color information

#A698C0 (or 0xA698C0) is unknown color: approx Cold Purple. HEX triplet: A6, 98 and C0. RGB value is (166,152,192). Sum of RGB (Red+Green+Blue) = 166+152+192=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #A698C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698C0 is #59673F. Grayscale: #A0A0A0. Windows color (decimal): -5859136 or 12621990. OLE color: 12621990.

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

Color convert

RGB166152192-
CMYK0.140.2100.25
HSL261º24.1%67.45%-
HSV(B)261º20.83%75.29%-
XYZ36.4734.3754.58-
YUV160.75145.64131.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=32.55%
G=29.80%
B=37.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661521920.140.2100.2526124.167.45
HexA698C0E150191051843
Octal246230300162503140530103
Binary101001101001100011000000111010101011001100000101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698C0; }

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

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

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

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

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

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

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

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