#A696BE

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

Shades of Cold Purple #A696BE

Tints of Cold Purple #A696BE

Color information

#A696BE (or 0xA696BE) is unknown color: approx Cold Purple. HEX triplet: A6, 96 and BE. RGB value is (166,150,190). Sum of RGB (Red+Green+Blue) = 166+150+190=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A696BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696BE is #596941. Grayscale: #9F9F9F. Windows color (decimal): -5859650 or 12490406. OLE color: 12490406.

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

Color convert

RGB166150190-
CMYK0.130.2100.25
HSL264º23.53%66.67%-
HSV(B)264º21.05%74.51%-
XYZ35.9333.6453.31-
YUV159.34145.3132.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=32.81%
G=29.64%
B=37.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661501900.130.2100.2526423.5366.67
HexA696BED150191081843
Octal246226276152503141030103
Binary101001101001011010111110110110101011001100001000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696BE; }

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

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

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

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

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

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

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

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