#A38FBD

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

Shades of Cold Purple #A38FBD

Tints of Cold Purple #A38FBD

Color information

#A38FBD (or 0xA38FBD) is unknown color: approx Cold Purple. HEX triplet: A3, 8F and BD. RGB value is (163,143,189). Sum of RGB (Red+Green+Blue) = 163+143+189=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A38FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FBD is #5C7042. Grayscale: #9A9A9A. Windows color (decimal): -6058051 or 12423075. OLE color: 12423075.

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

Color convert

RGB163143189-
CMYK0.140.2400.26
HSL266.09º25.84%65.1%-
HSV(B)266.09º24.34%74.12%-
XYZ34.1131.1152.35-
YUV154.22147.63134.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.93%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=32.93%
G=28.89%
B=38.18%

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
Decimal1631431890.140.2400.26266.0925.8465.1
HexA38FBDE1801A10a1a41
Octal243217275163003241232101
Binary101000111000111110111101111011000011010100001010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FBD; }

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

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

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

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

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

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

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

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