#A38ECB

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

Shades of Cold Purple #A38ECB

Tints of Cold Purple #A38ECB

Color information

#A38ECB (or 0xA38ECB) is unknown color: approx Cold Purple. HEX triplet: A3, 8E and CB. RGB value is (163,142,203). Sum of RGB (Red+Green+Blue) = 163+142+203=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #A38ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ECB is #5C7134. Grayscale: #9B9B9B. Windows color (decimal): -6058293 or 13340323. OLE color: 13340323.

HSL color Cylindrical-coordinate representation of color #A38ECB: hue angle of 260.66º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A38ECB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163142203-
CMYK0.200.3000.20
HSL260.66º36.97%67.65%-
HSV(B)260.66º30.05%79.61%-
XYZ35.5631.4460.7-
YUV155.23154.96133.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=32.09%
G=27.95%
B=39.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631422030.200.3000.20260.6636.9767.65
HexA38ECB141E0141052544
Octal243216313243602440545104
Binary10100011100011101100101110100111100101001000001011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38ECB; }

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

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

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

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

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

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

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

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