#A38EBD

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

Shades of Cold Purple #A38EBD

Tints of Cold Purple #A38EBD

Color information

#A38EBD (or 0xA38EBD) is unknown color: approx Cold Purple. HEX triplet: A3, 8E and BD. RGB value is (163,142,189). Sum of RGB (Red+Green+Blue) = 163+142+189=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #A38EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EBD is #5C7142. Grayscale: #999999. Windows color (decimal): -6058307 or 12422819. OLE color: 12422819.

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

Color convert

RGB163142189-
CMYK0.140.2500.26
HSL266.81º26.26%64.9%-
HSV(B)266.81º24.87%74.12%-
XYZ33.9630.8152.3-
YUV153.64147.96134.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 142 (55.86% from 255) = 28.74%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=33.00%
G=28.74%
B=38.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631421890.140.2500.26266.8126.2664.9
HexA38EBDE1901A10b1a41
Octal243216275163103241332101
Binary101000111000111010111101111011001011010100001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38EBD; }

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

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

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

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

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

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

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

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