#A38FBE

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

Shades of Cold Purple #A38FBE

Tints of Cold Purple #A38FBE

Color information

#A38FBE (or 0xA38FBE) is unknown color: approx Cold Purple. HEX triplet: A3, 8F and BE. RGB value is (163,143,190). Sum of RGB (Red+Green+Blue) = 163+143+190=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #A38FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FBE is #5C7041. Grayscale: #9A9A9A. Windows color (decimal): -6058050 or 12488611. OLE color: 12488611.

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

Color convert

RGB163143190-
CMYK0.140.2500.25
HSL265.53º26.55%65.29%-
HSV(B)265.53º24.74%74.51%-
XYZ34.2231.1552.92-
YUV154.34148.13134.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 143 (56.25% from 255) = 28.83%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=32.86%
G=28.83%
B=38.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631431900.140.2500.25265.5326.5565.29
HexA38FBEE1901910a1b41
Octal243217276163103141233101
Binary101000111000111110111110111011001011001100001010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FBE; }

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

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

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

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

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

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

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

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