#A084C4

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

Shades of Cold Purple #A084C4

Tints of Cold Purple #A084C4

Color information

#A084C4 (or 0xA084C4) is unknown color: approx Cold Purple. HEX triplet: A0, 84 and C4. RGB value is (160,132,196). Sum of RGB (Red+Green+Blue) = 160+132+196=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #A084C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084C4 is #5F7B3B. Grayscale: #939393. Windows color (decimal): -6257468 or 12879008. OLE color: 12879008.

HSL color Cylindrical-coordinate representation of color #A084C4: hue angle of 266.25º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A084C4 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB160132196-
CMYK0.180.3300.23
HSL266.25º35.16%64.31%-
HSV(B)266.25º32.65%76.86%-
XYZ32.7127.9655.9-
YUV147.67155.28136.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 196 (76.95% from 255) = 40.16%
R=32.79%
G=27.05%
B=40.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601321960.180.3300.23266.2535.1664.31
HexA084C4122101710a2340
Octal240204304224102741243100
Binary101000001000010011000100100101000010101111000010101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A084C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A084C4; }

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

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

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

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

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

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

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

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