#A38FBA

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

Shades of Cold Purple #A38FBA

Tints of Cold Purple #A38FBA

Color information

#A38FBA (or 0xA38FBA) is unknown color: approx Cold Purple. HEX triplet: A3, 8F and BA. RGB value is (163,143,186). Sum of RGB (Red+Green+Blue) = 163+143+186=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #A38FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FBA is #5C7045. Grayscale: #999999. Windows color (decimal): -6058054 or 12226467. OLE color: 12226467.

HSL color Cylindrical-coordinate representation of color #A38FBA: hue angle of 267.91º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A38FBA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163143186-
CMYK0.120.2300.27
HSL267.91º23.76%64.51%-
HSV(B)267.91º23.12%72.94%-
XYZ33.7930.9850.65-
YUV153.88146.13134.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=33.13%
G=29.07%
B=37.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631431860.120.2300.27267.9123.7664.51
HexA38FBAC1701B10c1841
Octal243217272142703341430101
Binary101000111000111110111010110010111011011100001100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FBA; }

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

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

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

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

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

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

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

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