#A63F9D

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

Shades of Violet Blue #A63F9D

Tints of Violet Blue #A63F9D

Color information

#A63F9D (or 0xA63F9D) is unknown color: approx Violet Blue. HEX triplet: A6, 3F and 9D. RGB value is (166,63,157). Sum of RGB (Red+Green+Blue) = 166+63+157=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63F9D is #59C062. Grayscale: #686868. Windows color (decimal): -5881955 or 10305446. OLE color: 10305446.

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

Color convert

RGB16663157-
CMYK00.620.050.35
HSL305.24º44.98%44.9%-
HSV(B)305.24º62.05%65.1%-
XYZ23.5914.133.38-
YUV104.51157.62171.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=43.01%
G=16.32%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666315700.620.050.35305.2444.9844.9
HexA63F9D03E5231312d2d
Octal246772350765434615555
Binary10100110111111100111010111110101100011100110001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63F9D; }

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

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

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

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

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

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

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

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