#A784CC

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

Shades of Cold Purple #A784CC

Tints of Cold Purple #A784CC

Color information

#A784CC (or 0xA784CC) is unknown color: approx Cold Purple. HEX triplet: A7, 84 and CC. RGB value is (167,132,204). Sum of RGB (Red+Green+Blue) = 167+132+204=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #A784CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A784CC is #587B33. Grayscale: #969696. Windows color (decimal): -5798708 or 13403303. OLE color: 13403303.

HSL color Cylindrical-coordinate representation of color #A784CC: hue angle of 269.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A784CC is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB167132204-
CMYK0.180.3500.2
HSL269.17º41.38%65.88%-
HSV(B)269.17º35.29%80%-
XYZ35.0929.0860.89-
YUV150.67158.1139.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 132 (51.95% from 255) = 26.24%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=33.20%
G=26.24%
B=40.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671322040.180.3500.2269.1741.3865.88
HexA784CC122301410d2942
Octal247204314224302441551102
Binary101001111000010011001100100101000110101001000011011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A784CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A784CC; }

 p { color: rgb(167,132,204); }

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

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

 a { background-color: rgb(167,132,204); }

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

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

 span { border-color: rgb(167,132,204); }

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