#A69AC1

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

Shades of Cold Purple #A69AC1

Tints of Cold Purple #A69AC1

Color information

#A69AC1 (or 0xA69AC1) is unknown color: approx Cold Purple. HEX triplet: A6, 9A and C1. RGB value is (166,154,193). Sum of RGB (Red+Green+Blue) = 166+154+193=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #A69AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69AC1 is #59653E. Grayscale: #A1A1A1. Windows color (decimal): -5858623 or 12688038. OLE color: 12688038.

HSL color Cylindrical-coordinate representation of color #A69AC1: hue angle of 258.46º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A69AC1 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166154193-
CMYK0.140.2000.24
HSL258.46º23.93%68.04%-
HSV(B)258.46º20.21%75.69%-
XYZ36.9135.0755.28-
YUV162.03145.48130.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=32.36%
G=30.02%
B=37.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661541930.140.2000.24258.4623.9368.04
HexA69AC1E140181021844
Octal246232301162403040230104
Binary101001101001101011000001111010100011000100000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69AC1; }

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

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

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

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

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

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

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

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