#A69ABC

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

Shades of Cold Purple #A69ABC

Tints of Cold Purple #A69ABC

Color information

#A69ABC (or 0xA69ABC) is unknown color: approx Cold Purple. HEX triplet: A6, 9A and BC. RGB value is (166,154,188). Sum of RGB (Red+Green+Blue) = 166+154+188=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #A69ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ABC is #596543. Grayscale: #A1A1A1. Windows color (decimal): -5858628 or 12360358. OLE color: 12360358.

HSL color Cylindrical-coordinate representation of color #A69ABC: hue angle of 261.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A69ABC is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166154188-
CMYK0.120.1800.26
HSL261.18º20.24%67.06%-
HSV(B)261.18º18.09%73.73%-
XYZ36.3634.8552.39-
YUV161.46142.98131.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=32.68%
G=30.31%
B=37.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661541880.120.1800.26261.1820.2467.06
HexA69ABCC1201A1051443
Octal246232274142203240524103
Binary101001101001101010111100110010010011010100000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ABC; }

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

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

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

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

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

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

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

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