#A783CD

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

Shades of Cold Purple #A783CD

Tints of Cold Purple #A783CD

Color information

#A783CD (or 0xA783CD) is unknown color: approx Cold Purple. HEX triplet: A7, 83 and CD. RGB value is (167,131,205). Sum of RGB (Red+Green+Blue) = 167+131+205=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #A783CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A783CD is #587C32. Grayscale: #959595. Windows color (decimal): -5798963 or 13468583. OLE color: 13468583.

HSL color Cylindrical-coordinate representation of color #A783CD: hue angle of 269.19º degrees, saturation: 0.43, 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 #A783CD is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167131205-
CMYK0.190.3600.20
HSL269.19º42.53%65.88%-
HSV(B)269.19º36.1%80.39%-
XYZ35.0728.8661.48-
YUV150.2158.93139.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 131 (51.56% from 255) = 26.04%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=33.20%
G=26.04%
B=40.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671312050.190.3600.20269.1942.5365.88
HexA783CD132401410d2b42
Octal247203315234402441553102
Binary101001111000001111001101100111001000101001000011011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A783CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A783CD; }

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

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

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

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

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

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

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

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