#A785CE

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

Shades of Cold Purple #A785CE

Tints of Cold Purple #A785CE

Color information

#A785CE (or 0xA785CE) is unknown color: approx Cold Purple. HEX triplet: A7, 85 and CE. RGB value is (167,133,206). Sum of RGB (Red+Green+Blue) = 167+133+206=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #A785CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785CE is #587A31. Grayscale: #979797. Windows color (decimal): -5798450 or 13534631. OLE color: 13534631.

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

Color convert

RGB167133206-
CMYK0.190.3500.19
HSL267.95º42.69%66.47%-
HSV(B)267.95º35.44%80.78%-
XYZ35.4629.4562.21-
YUV151.49158.76139.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=33.00%
G=26.28%
B=40.71%

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
Decimal1671332060.190.3500.19267.9542.6966.47
HexA785CE132301310c2b42
Octal247205316234302341453102
Binary101001111000010111001110100111000110100111000011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785CE; }

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

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

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

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

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

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

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

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