#A788CB

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

Shades of Cold Purple #A788CB

Tints of Cold Purple #A788CB

Color information

#A788CB (or 0xA788CB) is unknown color: approx Cold Purple. HEX triplet: A7, 88 and CB. RGB value is (167,136,203). Sum of RGB (Red+Green+Blue) = 167+136+203=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #A788CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788CB is #587734. Grayscale: #989898. Windows color (decimal): -5797685 or 13338791. OLE color: 13338791.

HSL color Cylindrical-coordinate representation of color #A788CB: hue angle of 267.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A788CB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167136203-
CMYK0.180.3300.20
HSL267.76º39.18%66.47%-
HSV(B)267.76º33%79.61%-
XYZ35.5230.1460.44-
YUV152.91156.27138.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=33.00%
G=26.88%
B=40.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671362030.180.3300.20267.7639.1866.47
HexA788CB122101410c2742
Octal247210313224102441447102
Binary101001111000100011001011100101000010101001000011001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A788CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A788CB; }

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

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

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

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

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

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

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

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