#A63AA7

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

Shades of Violet Blue #A63AA7

Tints of Violet Blue #A63AA7

Color information

#A63AA7 (or 0xA63AA7) is unknown color: approx Violet Blue. HEX triplet: A6, 3A and A7. RGB value is (166,58,167). Sum of RGB (Red+Green+Blue) = 166+58+167=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 167 - color contains mainly: blue. Hex color #A63AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63AA7 is #59C558. Grayscale: #666666. Windows color (decimal): -5883225 or 10959526. OLE color: 10959526.

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

Color convert

RGB16658167-
CMYK0.010.6500.35
HSL299.45º48.44%44.12%-
HSV(B)299.45º65.27%65.49%-
XYZ24.2113.9237.97-
YUV102.72164.28173.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 58 (23.05% from 255) = 14.83%
BLUE value IS 167 (65.62% from 255) = 42.71%
R=42.46%
G=14.83%
B=42.71%

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
Decimal166581670.010.6500.35299.4548.4444.12
HexA63AA714102312b302c
Octal2467224711010434536054
Binary1010011011101010100111110000010100011100101011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63AA7; }

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

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

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

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

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

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

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

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