#A488CB

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

Shades of Cold Purple #A488CB

Tints of Cold Purple #A488CB

Color information

#A488CB (or 0xA488CB) is unknown color: approx Cold Purple. HEX triplet: A4, 88 and CB. RGB value is (164,136,203). Sum of RGB (Red+Green+Blue) = 164+136+203=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #A488CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488CB is #5B7734. Grayscale: #979797. Windows color (decimal): -5994293 or 13338788. OLE color: 13338788.

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

Color convert

RGB164136203-
CMYK0.190.3300.20
HSL265.07º39.18%66.47%-
HSV(B)265.07º33%79.61%-
XYZ34.8929.8160.42-
YUV152.01156.78136.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=32.60%
G=27.04%
B=40.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641362030.190.3300.20265.0739.1866.47
HexA488CB13210141092742
Octal244210313234102441147102
Binary101001001000100011001011100111000010101001000010011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488CB; }

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

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

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

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

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

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

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

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