#A639A4

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

Shades of Violet Blue #A639A4

Tints of Violet Blue #A639A4

Color information

#A639A4 (or 0xA639A4) is unknown color: approx Violet Blue. HEX triplet: A6, 39 and A4. RGB value is (166,57,164). Sum of RGB (Red+Green+Blue) = 166+57+164=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A639A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A639A4 is #59C65B. Grayscale: #656565. Windows color (decimal): -5883484 or 10762662. OLE color: 10762662.

HSL color Cylindrical-coordinate representation of color #A639A4: hue angle of 301.1º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A639A4 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16657164-
CMYK00.660.010.35
HSL301.1º48.88%43.73%-
HSV(B)301.1º65.66%65.1%-
XYZ23.8913.7136.51-
YUV101.79163.11173.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 57 (22.66% from 255) = 14.73%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=42.89%
G=14.73%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665716400.660.010.35301.148.8843.73
HexA639A404212312d312c
Octal2467124401021434556154
Binary1010011011100110100100010000101100011100101101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A639A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A639A4; }

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

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

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

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

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

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

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

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