#A38FCB

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

Shades of Cold Purple #A38FCB

Tints of Cold Purple #A38FCB

Color information

#A38FCB (or 0xA38FCB) is unknown color: approx Cold Purple. HEX triplet: A3, 8F and CB. RGB value is (163,143,203). Sum of RGB (Red+Green+Blue) = 163+143+203=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A38FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FCB is #5C7034. Grayscale: #9B9B9B. Windows color (decimal): -6058037 or 13340579. OLE color: 13340579.

HSL color Cylindrical-coordinate representation of color #A38FCB: hue angle of 260º 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 #A38FCB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163143203-
CMYK0.200.3000.20
HSL260º36.59%67.84%-
HSV(B)260º29.56%79.61%-
XYZ35.7131.7460.75-
YUV155.82154.63133.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=32.02%
G=28.09%
B=39.88%

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
Decimal1631432030.200.3000.2026036.5967.84
HexA38FCB141E0141042544
Octal243217313243602440445104
Binary10100011100011111100101110100111100101001000001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FCB; }

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

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

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

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

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

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

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

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