#A638AB

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

Shades of Violet Blue #A638AB

Tints of Violet Blue #A638AB

Color information

#A638AB (or 0xA638AB) is unknown color: approx Violet Blue. HEX triplet: A6, 38 and AB. RGB value is (166,56,171). Sum of RGB (Red+Green+Blue) = 166+56+171=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #A638AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A638AB is #59C754. Grayscale: #656565. Windows color (decimal): -5883733 or 11221158. OLE color: 11221158.

HSL color Cylindrical-coordinate representation of color #A638AB: hue angle of 297.39º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A638AB is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16656171-
CMYK0.030.6700.33
HSL297.39º50.66%44.51%-
HSV(B)297.39º67.25%67.06%-
XYZ24.4913.8839.92-
YUV102166.94173.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 56 (22.27% from 255) = 14.25%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=42.24%
G=14.25%
B=43.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166561710.030.6700.33297.3950.6644.51
HexA638AB343021129332d
Octal2467025331030414516355
Binary10100110111000101010111110000110100001100101001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A638AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A638AB; }

 p { color: rgb(166,56,171); }

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

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

 a { background-color: rgb(166,56,171); }

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

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

 span { border-color: rgb(166,56,171); }

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