#A63D9C

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

Shades of Violet Blue #A63D9C

Tints of Violet Blue #A63D9C

Color information

#A63D9C (or 0xA63D9C) is unknown color: approx Violet Blue. HEX triplet: A6, 3D and 9C. RGB value is (166,61,156). Sum of RGB (Red+Green+Blue) = 166+61+156=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63D9C is #59C263. Grayscale: #666666. Windows color (decimal): -5882468 or 10239398. OLE color: 10239398.

HSL color Cylindrical-coordinate representation of color #A63D9C: hue angle of 305.71º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63D9C is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16661156-
CMYK00.630.060.35
HSL305.71º46.26%44.51%-
HSV(B)305.71º63.25%65.1%-
XYZ23.413.8432.89-
YUV103.22157.79172.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 61 (24.22% from 255) = 15.93%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=43.34%
G=15.93%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666115600.630.060.35305.7146.2644.51
HexA63D9C03F6231322e2d
Octal246752340776434625655
Binary10100110111101100111000111111110100011100110010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63D9C; }

 p { color: rgb(166,61,156); }

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

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

 a { background-color: rgb(166,61,156); }

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

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

 span { border-color: rgb(166,61,156); }

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