#A692BD

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

Shades of Cold Purple #A692BD

Tints of Cold Purple #A692BD

Color information

#A692BD (or 0xA692BD) is unknown color: approx Cold Purple. HEX triplet: A6, 92 and BD. RGB value is (166,146,189). Sum of RGB (Red+Green+Blue) = 166+146+189=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #A692BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692BD is #596D42. Grayscale: #9C9C9C. Windows color (decimal): -5860675 or 12423846. OLE color: 12423846.

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

Color convert

RGB166146189-
CMYK0.120.2300.26
HSL267.91º24.57%65.69%-
HSV(B)267.91º22.75%74.12%-
XYZ35.1932.3452.53-
YUV156.88146.13134.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=33.13%
G=29.14%
B=37.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661461890.120.2300.26267.9124.5765.69
HexA692BDC1701A10c1942
Octal246222275142703241431102
Binary101001101001001010111101110010111011010100001100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692BD; }

 p { color: rgb(166,146,189); }

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

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

 a { background-color: rgb(166,146,189); }

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

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

 span { border-color: rgb(166,146,189); }

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