#A698BE

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

Shades of Cold Purple #A698BE

Tints of Cold Purple #A698BE

Color information

#A698BE (or 0xA698BE) is unknown color: approx Cold Purple. HEX triplet: A6, 98 and BE. RGB value is (166,152,190). Sum of RGB (Red+Green+Blue) = 166+152+190=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #A698BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698BE is #596741. Grayscale: #A0A0A0. Windows color (decimal): -5859138 or 12490918. OLE color: 12490918.

HSL color Cylindrical-coordinate representation of color #A698BE: hue angle of 262.11º 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 #A698BE is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166152190-
CMYK0.130.200.25
HSL262.11º22.62%67.06%-
HSV(B)262.11º20%74.51%-
XYZ36.2534.2853.42-
YUV160.52144.64131.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=32.68%
G=29.92%
B=37.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661521900.130.200.25262.1122.6267.06
HexA698BED140191061743
Octal246230276152403140627103
Binary101001101001100010111110110110100011001100000110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698BE; }

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

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

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

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

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

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

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

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