#A781CE

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

Shades of Cold Purple #A781CE

Tints of Cold Purple #A781CE

Color information

#A781CE (or 0xA781CE) is unknown color: approx Cold Purple. HEX triplet: A7, 81 and CE. RGB value is (167,129,206). Sum of RGB (Red+Green+Blue) = 167+129+206=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #A781CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781CE is #587E31. Grayscale: #949494. Windows color (decimal): -5799474 or 13533607. OLE color: 13533607.

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

Color convert

RGB167129206-
CMYK0.190.3700.19
HSL269.61º44%65.69%-
HSV(B)269.61º37.38%80.78%-
XYZ34.9328.3762.03-
YUV149.14160.09140.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=33.27%
G=25.70%
B=41.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671292060.190.3700.19269.614465.69
HexA781CE132501310e2c42
Octal247201316234502341654102
Binary101001111000000111001110100111001010100111000011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A781CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A781CE; }

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

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

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

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

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

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

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

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