#A69ABA

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

Shades of Cold Purple #A69ABA

Tints of Cold Purple #A69ABA

Color information

#A69ABA (or 0xA69ABA) is unknown color: approx Cold Purple. HEX triplet: A6, 9A and BA. RGB value is (166,154,186). Sum of RGB (Red+Green+Blue) = 166+154+186=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #A69ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ABA is #596545. Grayscale: #A1A1A1. Windows color (decimal): -5858630 or 12229286. OLE color: 12229286.

HSL color Cylindrical-coordinate representation of color #A69ABA: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A69ABA is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166154186-
CMYK0.110.1700.27
HSL262.5º18.82%66.67%-
HSV(B)262.5º17.2%72.94%-
XYZ36.1434.7651.26-
YUV161.24141.98131.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=32.81%
G=30.43%
B=36.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661541860.110.1700.27262.518.8266.67
HexA69ABAB1101B1061343
Octal246232272132103340623103
Binary101001101001101010111010101110001011011100000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ABA; }

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

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

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

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

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

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

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

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