#A63A9D

Color #A63A9D Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A63A9D

Tints of Violet Blue #A63A9D

Color information

#A63A9D (or 0xA63A9D) is unknown color: approx Violet Blue. HEX triplet: A6, 3A and 9D. RGB value is (166,58,157). Sum of RGB (Red+Green+Blue) = 166+58+157=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A9D is #59C562. Grayscale: #656565. Windows color (decimal): -5883235 or 10304166. OLE color: 10304166.

HSL color Cylindrical-coordinate representation of color #A63A9D: hue angle of 305º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A9D is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16658157-
CMYK00.650.050.35
HSL305º48.21%43.92%-
HSV(B)305º65.06%65.1%-
XYZ23.3213.5733.29-
YUV101.58159.28173.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=43.57%
G=15.22%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665815700.650.050.3530548.2143.92
HexA63A9D041523131302c
Octal2467223501015434616054
Binary101001101110101001110101000001101100011100110001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A9D; }

 p { color: rgb(166,58,157); }

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

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

 a { background-color: rgb(166,58,157); }

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

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

 span { border-color: rgb(166,58,157); }

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