#A63BA7

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

Shades of Violet Blue #A63BA7

Tints of Violet Blue #A63BA7

Color information

#A63BA7 (or 0xA63BA7) is unknown color: approx Violet Blue. HEX triplet: A6, 3B and A7. RGB value is (166,59,167). Sum of RGB (Red+Green+Blue) = 166+59+167=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 167 - color contains mainly: blue. Hex color #A63BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63BA7 is #59C458. Grayscale: #666666. Windows color (decimal): -5882969 or 10959782. OLE color: 10959782.

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

Color convert

RGB16659167-
CMYK0.010.6500.35
HSL299.44º47.79%44.31%-
HSV(B)299.44º64.67%65.49%-
XYZ24.2614.0237.99-
YUV103.3163.95172.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 59 (23.44% from 255) = 15.05%
BLUE value IS 167 (65.62% from 255) = 42.60%
R=42.35%
G=15.05%
B=42.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166591670.010.6500.35299.4447.7944.31
HexA63BA714102312b302c
Octal2467324711010434536054
Binary1010011011101110100111110000010100011100101011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63BA7; }

 p { color: rgb(166,59,167); }

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

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

 a { background-color: rgb(166,59,167); }

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

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

 span { border-color: rgb(166,59,167); }

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