#A689CA

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

Shades of Cold Purple #A689CA

Tints of Cold Purple #A689CA

Color information

#A689CA (or 0xA689CA) is unknown color: approx Cold Purple. HEX triplet: A6, 89 and CA. RGB value is (166,137,202). Sum of RGB (Red+Green+Blue) = 166+137+202=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #A689CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689CA is #597635. Grayscale: #989898. Windows color (decimal): -5862966 or 13273510. OLE color: 13273510.

HSL color Cylindrical-coordinate representation of color #A689CA: hue angle of 266.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A689CA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166137202-
CMYK0.180.3200.21
HSL266.77º38.01%66.47%-
HSV(B)266.77º32.18%79.22%-
XYZ35.3330.2659.86-
YUV153.08155.61137.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 202 (79.30% from 255) = 40%
R=32.87%
G=27.13%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661372020.180.3200.21266.7738.0166.47
HexA689CA122001510b2642
Octal246211312224002541346102
Binary101001101000100111001010100101000000101011000010111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689CA; }

 p { color: rgb(166,137,202); }

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

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

 a { background-color: rgb(166,137,202); }

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

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

 span { border-color: rgb(166,137,202); }

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