#A084BD

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

Shades of Cold Purple #A084BD

Tints of Cold Purple #A084BD

Color information

#A084BD (or 0xA084BD) is unknown color: approx Cold Purple. HEX triplet: A0, 84 and BD. RGB value is (160,132,189). Sum of RGB (Red+Green+Blue) = 160+132+189=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #A084BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084BD is #5F7B42. Grayscale: #929292. Windows color (decimal): -6257475 or 12420256. OLE color: 12420256.

HSL color Cylindrical-coordinate representation of color #A084BD: hue angle of 269.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A084BD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160132189-
CMYK0.150.3000.26
HSL269.47º30.16%62.94%-
HSV(B)269.47º30.16%74.12%-
XYZ31.9327.6551.8-
YUV146.87151.78137.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=33.26%
G=27.44%
B=39.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601321890.150.3000.26269.4730.1662.94
HexA084BDF1E01A10d1e3f
Octal24020427517360324153677
Binary10100000100001001011110111111111001101010000110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A084BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A084BD; }

 p { color: rgb(160,132,189); }

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

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

 a { background-color: rgb(160,132,189); }

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

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

 span { border-color: rgb(160,132,189); }

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