#A63AA4

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

Shades of Violet Blue #A63AA4

Tints of Violet Blue #A63AA4

Color information

#A63AA4 (or 0xA63AA4) is unknown color: approx Violet Blue. HEX triplet: A6, 3A and A4. RGB value is (166,58,164). Sum of RGB (Red+Green+Blue) = 166+58+164=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A63AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63AA4 is #59C55B. Grayscale: #666666. Windows color (decimal): -5883228 or 10762918. OLE color: 10762918.

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

Color convert

RGB16658164-
CMYK00.650.010.35
HSL301.11º48.21%43.92%-
HSV(B)301.11º65.06%65.1%-
XYZ23.9413.8136.53-
YUV102.38162.78173.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 58 (23.05% from 255) = 14.95%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=42.78%
G=14.95%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665816400.650.010.35301.1148.2143.92
HexA63AA404112312d302c
Octal2467224401011434556054
Binary1010011011101010100100010000011100011100101101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63AA4; }

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

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

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

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

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

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

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

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