#A394BC

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

Shades of Cold Purple #A394BC

Tints of Cold Purple #A394BC

Color information

#A394BC (or 0xA394BC) is unknown color: approx Cold Purple. HEX triplet: A3, 94 and BC. RGB value is (163,148,188). Sum of RGB (Red+Green+Blue) = 163+148+188=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #A394BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394BC is #5C6B43. Grayscale: #9C9C9C. Windows color (decimal): -6056772 or 12358819. OLE color: 12358819.

HSL color Cylindrical-coordinate representation of color #A394BC: hue angle of 262.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A394BC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163148188-
CMYK0.130.2100.26
HSL262.5º22.99%65.88%-
HSV(B)262.5º21.28%73.73%-
XYZ34.7732.652.04-
YUV157.05145.47132.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=32.67%
G=29.66%
B=37.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631481880.130.2100.26262.522.9965.88
HexA394BCD1501A1061742
Octal243224274152503240627102
Binary101000111001010010111100110110101011010100000110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A394BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A394BC; }

 p { color: rgb(163,148,188); }

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

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

 a { background-color: rgb(163,148,188); }

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

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

 span { border-color: rgb(163,148,188); }

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