#A689CD

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

Shades of Cold Purple #A689CD

Tints of Cold Purple #A689CD

Color information

#A689CD (or 0xA689CD) is unknown color: approx Cold Purple. HEX triplet: A6, 89 and CD. RGB value is (166,137,205). Sum of RGB (Red+Green+Blue) = 166+137+205=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #A689CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689CD is #597632. Grayscale: #999999. Windows color (decimal): -5862963 or 13470118. OLE color: 13470118.

HSL color Cylindrical-coordinate representation of color #A689CD: hue angle of 265.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A689CD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166137205-
CMYK0.190.3300.20
HSL265.59º40.48%67.06%-
HSV(B)265.59º33.17%80.39%-
XYZ35.6930.4161.75-
YUV153.42157.11136.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=32.68%
G=26.97%
B=40.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661372050.190.3300.20265.5940.4867.06
HexA689CD132101410a2843
Octal246211315234102441250103
Binary101001101000100111001101100111000010101001000010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689CD; }

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

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

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

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

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

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

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

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