#A63D9D

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

Shades of Violet Blue #A63D9D

Tints of Violet Blue #A63D9D

Color information

#A63D9D (or 0xA63D9D) is unknown color: approx Violet Blue. HEX triplet: A6, 3D and 9D. RGB value is (166,61,157). Sum of RGB (Red+Green+Blue) = 166+61+157=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63D9D is #59C262. Grayscale: #676767. Windows color (decimal): -5882467 or 10304934. OLE color: 10304934.

HSL color Cylindrical-coordinate representation of color #A63D9D: hue angle of 305.14º 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 #A63D9D is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16661157-
CMYK00.630.050.35
HSL305.14º46.26%44.51%-
HSV(B)305.14º63.25%65.1%-
XYZ23.4813.8833.34-
YUV103.34158.29172.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=43.23%
G=15.89%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666115700.630.050.35305.1446.2644.51
HexA63D9D03F5231312e2d
Octal246752350775434615655
Binary10100110111101100111010111111101100011100110001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63D9D; }

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

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

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

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

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

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

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

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