#A28FBC

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

Shades of Cold Purple #A28FBC

Tints of Cold Purple #A28FBC

Color information

#A28FBC (or 0xA28FBC) is unknown color: approx Cold Purple. HEX triplet: A2, 8F and BC. RGB value is (162,143,188). Sum of RGB (Red+Green+Blue) = 162+143+188=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #A28FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FBC is #5D7043. Grayscale: #999999. Windows color (decimal): -6123588 or 12357538. OLE color: 12357538.

HSL color Cylindrical-coordinate representation of color #A28FBC: hue angle of 265.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A28FBC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162143188-
CMYK0.140.2400.26
HSL265.33º25.14%64.9%-
HSV(B)265.33º23.94%73.73%-
XYZ33.830.9651.77-
YUV153.81147.29133.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=32.86%
G=29.01%
B=38.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621431880.140.2400.26265.3325.1464.9
HexA28FBCE1801A1091941
Octal242217274163003241131101
Binary101000101000111110111100111011000011010100001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FBC; }

 p { color: rgb(162,143,188); }

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

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

 a { background-color: rgb(162,143,188); }

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

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

 span { border-color: rgb(162,143,188); }

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