#A785CD

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

Shades of Cold Purple #A785CD

Tints of Cold Purple #A785CD

Color information

#A785CD (or 0xA785CD) is unknown color: approx Cold Purple. HEX triplet: A7, 85 and CD. RGB value is (167,133,205). Sum of RGB (Red+Green+Blue) = 167+133+205=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #A785CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785CD is #587A32. Grayscale: #979797. Windows color (decimal): -5798451 or 13469095. OLE color: 13469095.

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

Color convert

RGB167133205-
CMYK0.190.3500.20
HSL268.33º41.86%66.27%-
HSV(B)268.33º35.12%80.39%-
XYZ35.3429.461.57-
YUV151.37158.26139.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=33.07%
G=26.34%
B=40.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671332050.190.3500.20268.3341.8666.27
HexA785CD132301410c2a42
Octal247205315234302441452102
Binary101001111000010111001101100111000110101001000011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785CD; }

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

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

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

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

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

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

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

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