#A38FBC

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

Shades of Cold Purple #A38FBC

Tints of Cold Purple #A38FBC

Color information

#A38FBC (or 0xA38FBC) is unknown color: approx Cold Purple. HEX triplet: A3, 8F and BC. RGB value is (163,143,188). Sum of RGB (Red+Green+Blue) = 163+143+188=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #A38FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FBC is #5C7043. Grayscale: #999999. Windows color (decimal): -6058052 or 12357539. OLE color: 12357539.

HSL color Cylindrical-coordinate representation of color #A38FBC: hue angle of 266.67º 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 #A38FBC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163143188-
CMYK0.130.2400.26
HSL266.67º25.14%64.9%-
HSV(B)266.67º23.94%73.73%-
XYZ3431.0651.78-
YUV154.11147.13134.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=33.00%
G=28.95%
B=38.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631431880.130.2400.26266.6725.1464.9
HexA38FBCD1801A10b1941
Octal243217274153003241331101
Binary101000111000111110111100110111000011010100001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FBC; }

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

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

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

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

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

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

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

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