#A388BF

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

Shades of Cold Purple #A388BF

Tints of Cold Purple #A388BF

Color information

#A388BF (or 0xA388BF) is unknown color: approx Cold Purple. HEX triplet: A3, 88 and BF. RGB value is (163,136,191). Sum of RGB (Red+Green+Blue) = 163+136+191=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #A388BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388BF is #5C7740. Grayscale: #969696. Windows color (decimal): -6059841 or 12552355. OLE color: 12552355.

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

Color convert

RGB163136191-
CMYK0.150.2900.25
HSL269.45º30.05%64.12%-
HSV(B)269.45º28.8%74.9%-
XYZ33.3129.1653.16-
YUV150.34150.95137.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 191 (75% from 255) = 38.98%
R=33.27%
G=27.76%
B=38.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631361910.150.2900.25269.4530.0564.12
HexA388BFF1D01910d1e40
Octal243210277173503141536100
Binary101000111000100010111111111111101011001100001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388BF; }

 p { color: rgb(163,136,191); }

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

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

 a { background-color: rgb(163,136,191); }

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

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

 span { border-color: rgb(163,136,191); }

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