#A786CF

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

Shades of Cold Purple #A786CF

Tints of Cold Purple #A786CF

Color information

#A786CF (or 0xA786CF) is unknown color: approx Cold Purple. HEX triplet: A7, 86 and CF. RGB value is (167,134,207). Sum of RGB (Red+Green+Blue) = 167+134+207=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #A786CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786CF is #587930. Grayscale: #979797. Windows color (decimal): -5798193 or 13600423. OLE color: 13600423.

HSL color Cylindrical-coordinate representation of color #A786CF: hue angle of 267.12º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A786CF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167134207-
CMYK0.190.3500.19
HSL267.12º43.2%66.86%-
HSV(B)267.12º35.27%81.18%-
XYZ35.7229.7762.89-
YUV152.19158.93138.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=32.87%
G=26.38%
B=40.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671342070.190.3500.19267.1243.266.86
HexA786CF132301310b2b43
Octal247206317234302341353103
Binary101001111000011011001111100111000110100111000010111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786CF; }

 p { color: rgb(167,134,207); }

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

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

 a { background-color: rgb(167,134,207); }

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

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

 span { border-color: rgb(167,134,207); }

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