#A783CC

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

Shades of Cold Purple #A783CC

Tints of Cold Purple #A783CC

Color information

#A783CC (or 0xA783CC) is unknown color: approx Cold Purple. HEX triplet: A7, 83 and CC. RGB value is (167,131,204). Sum of RGB (Red+Green+Blue) = 167+131+204=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #A783CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A783CC is #587C33. Grayscale: #959595. Windows color (decimal): -5798964 or 13403047. OLE color: 13403047.

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

Color convert

RGB167131204-
CMYK0.180.3600.2
HSL269.59º41.71%65.69%-
HSV(B)269.59º35.78%80%-
XYZ34.9528.8160.85-
YUV150.09158.43140.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=33.27%
G=26.10%
B=40.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671312040.180.3600.2269.5941.7165.69
HexA783CC122401410e2a42
Octal247203314224402441652102
Binary101001111000001111001100100101001000101001000011101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A783CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A783CC; }

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

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

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

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

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

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

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

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