#A38BC8

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

Shades of Cold Purple #A38BC8

Tints of Cold Purple #A38BC8

Color information

#A38BC8 (or 0xA38BC8) is unknown color: approx Cold Purple. HEX triplet: A3, 8B and C8. RGB value is (163,139,200). Sum of RGB (Red+Green+Blue) = 163+139+200=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 200 - color contains mainly: blue. Hex color #A38BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BC8 is #5C7437. Grayscale: #989898. Windows color (decimal): -6059064 or 13142947. OLE color: 13142947.

HSL color Cylindrical-coordinate representation of color #A38BC8: hue angle of 263.61º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38BC8 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163139200-
CMYK0.180.3000.22
HSL263.61º35.67%66.47%-
HSV(B)263.61º30.5%78.43%-
XYZ34.7630.4258.68-
YUV153.13154.45135.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 139 (54.69% from 255) = 27.69%
BLUE value IS 200 (78.52% from 255) = 39.84%
R=32.47%
G=27.69%
B=39.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631392000.180.3000.22263.6135.6766.47
HexA38BC8121E0161082442
Octal243213310223602641044102
Binary10100011100010111100100010010111100101101000010001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38BC8; }

 p { color: rgb(163,139,200); }

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

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

 a { background-color: rgb(163,139,200); }

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

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

 span { border-color: rgb(163,139,200); }

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