#A492BD

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

Shades of Cold Purple #A492BD

Tints of Cold Purple #A492BD

Color information

#A492BD (or 0xA492BD) is unknown color: approx Cold Purple. HEX triplet: A4, 92 and BD. RGB value is (164,146,189). Sum of RGB (Red+Green+Blue) = 164+146+189=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #A492BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492BD is #5B6D42. Grayscale: #9C9C9C. Windows color (decimal): -5991747 or 12423844. OLE color: 12423844.

HSL color Cylindrical-coordinate representation of color #A492BD: hue angle of 265.12º 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 #A492BD is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164146189-
CMYK0.130.2300.26
HSL265.12º24.57%65.69%-
HSV(B)265.12º22.75%74.12%-
XYZ34.7732.1252.51-
YUV156.28146.46133.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=32.87%
G=29.26%
B=37.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641461890.130.2300.26265.1224.5765.69
HexA492BDD1701A1091942
Octal244222275152703241131102
Binary101001001001001010111101110110111011010100001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492BD; }

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

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

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

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

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

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

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

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