#A788CD

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

Shades of Cold Purple #A788CD

Tints of Cold Purple #A788CD

Color information

#A788CD (or 0xA788CD) is unknown color: approx Cold Purple. HEX triplet: A7, 88 and CD. RGB value is (167,136,205). Sum of RGB (Red+Green+Blue) = 167+136+205=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #A788CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788CD is #587732. Grayscale: #989898. Windows color (decimal): -5797683 or 13469863. OLE color: 13469863.

HSL color Cylindrical-coordinate representation of color #A788CD: hue angle of 266.96º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A788CD is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167136205-
CMYK0.190.3400.20
HSL266.96º40.83%66.86%-
HSV(B)266.96º33.66%80.39%-
XYZ35.7630.2361.71-
YUV153.14157.27137.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=32.87%
G=26.77%
B=40.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671362050.190.3400.20266.9640.8366.86
HexA788CD132201410b2943
Octal247210315234202441351103
Binary101001111000100011001101100111000100101001000010111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A788CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A788CD; }

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

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

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

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

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

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

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

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