#A38FCC

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

Shades of Cold Purple #A38FCC

Tints of Cold Purple #A38FCC

Color information

#A38FCC (or 0xA38FCC) is unknown color: approx Cold Purple. HEX triplet: A3, 8F and CC. RGB value is (163,143,204). Sum of RGB (Red+Green+Blue) = 163+143+204=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #A38FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FCC is #5C7033. Grayscale: #9B9B9B. Windows color (decimal): -6058036 or 13406115. OLE color: 13406115.

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

Color convert

RGB163143204-
CMYK0.200.3000.2
HSL259.67º37.42%68.04%-
HSV(B)259.67º29.9%80%-
XYZ35.8331.7961.37-
YUV155.93155.13133.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.96%
GREEN value IS 143 (56.25% from 255) = 28.04%
BLUE value IS 204 (80.08% from 255) = 40%
R=31.96%
G=28.04%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631432040.200.3000.2259.6737.4268.04
HexA38FCC141E0141042544
Octal243217314243602440445104
Binary10100011100011111100110010100111100101001000001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FCC; }

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

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

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

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

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

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

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

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