#A28CBF

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

Shades of Cold Purple #A28CBF

Tints of Cold Purple #A28CBF

Color information

#A28CBF (or 0xA28CBF) is unknown color: approx Cold Purple. HEX triplet: A2, 8C and BF. RGB value is (162,140,191). Sum of RGB (Red+Green+Blue) = 162+140+191=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #A28CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CBF is #5D7340. Grayscale: #989898. Windows color (decimal): -6124353 or 12553378. OLE color: 12553378.

HSL color Cylindrical-coordinate representation of color #A28CBF: hue angle of 265.88º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A28CBF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162140191-
CMYK0.150.2700.25
HSL265.88º28.49%64.9%-
HSV(B)265.88º26.7%74.9%-
XYZ33.6830.253.34-
YUV152.39149.79134.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 191 (75% from 255) = 38.74%
R=32.86%
G=28.40%
B=38.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621401910.150.2700.25265.8828.4964.9
HexA28CBFF1B01910a1c41
Octal242214277173303141234101
Binary101000101000110010111111111111011011001100001010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CBF; }

 p { color: rgb(162,140,191); }

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

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

 a { background-color: rgb(162,140,191); }

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

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

 span { border-color: rgb(162,140,191); }

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