#A38FC0

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

Shades of Cold Purple #A38FC0

Tints of Cold Purple #A38FC0

Color information

#A38FC0 (or 0xA38FC0) is unknown color: approx Cold Purple. HEX triplet: A3, 8F and C0. RGB value is (163,143,192). Sum of RGB (Red+Green+Blue) = 163+143+192=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #A38FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FC0 is #5C703F. Grayscale: #9A9A9A. Windows color (decimal): -6058048 or 12619683. OLE color: 12619683.

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

Color convert

RGB163143192-
CMYK0.150.2600.25
HSL264.49º28%65.69%-
HSV(B)264.49º25.52%75.29%-
XYZ34.4431.2454.08-
YUV154.57149.13134.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 192 (75.39% from 255) = 38.55%
R=32.73%
G=28.71%
B=38.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631431920.150.2600.25264.492865.69
HexA38FC0F1A0191081c42
Octal243217300173203141034102
Binary101000111000111111000000111111010011001100001000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FC0; }

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

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

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

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

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

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

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

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