#A69ABF

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

Shades of Cold Purple #A69ABF

Tints of Cold Purple #A69ABF

Color information

#A69ABF (or 0xA69ABF) is unknown color: approx Cold Purple. HEX triplet: A6, 9A and BF. RGB value is (166,154,191). Sum of RGB (Red+Green+Blue) = 166+154+191=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #A69ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ABF is #596540. Grayscale: #A1A1A1. Windows color (decimal): -5858625 or 12556966. OLE color: 12556966.

HSL color Cylindrical-coordinate representation of color #A69ABF: hue angle of 259.46º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A69ABF is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166154191-
CMYK0.130.1900.25
HSL259.46º22.42%67.65%-
HSV(B)259.46º19.37%74.9%-
XYZ36.6934.9854.11-
YUV161.81144.48130.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.49%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 191 (75% from 255) = 37.38%
R=32.49%
G=30.14%
B=37.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661541910.130.1900.25259.4622.4267.65
HexA69ABFD130191031644
Octal246232277152303140326104
Binary101001101001101010111111110110011011001100000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ABF; }

 p { color: rgb(166,154,191); }

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

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

 a { background-color: rgb(166,154,191); }

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

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

 span { border-color: rgb(166,154,191); }

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