#A468AB

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

Shades of Violet Blue #A468AB

Tints of Violet Blue #A468AB

Color information

#A468AB (or 0xA468AB) is unknown color: approx Violet Blue. HEX triplet: A4, 68 and AB. RGB value is (164,104,171). Sum of RGB (Red+Green+Blue) = 164+104+171=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #A468AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A468AB is #5B9754. Grayscale: #818181. Windows color (decimal): -6002517 or 11233444. OLE color: 11233444.

HSL color Cylindrical-coordinate representation of color #A468AB: hue angle of 293.73º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A468AB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164104171-
CMYK0.040.3900.33
HSL293.73º28.51%53.92%-
HSV(B)293.73º39.18%67.06%-
XYZ27.6120.7341.07-
YUV129.58151.38152.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 104 (41.02% from 255) = 23.69%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=37.36%
G=23.69%
B=38.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641041710.040.3900.33293.7328.5153.92
HexA468AB4270211261d36
Octal2441502534470414463566
Binary10100100110100010101011100100111010000110010011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468AB; }

 p { color: rgb(164,104,171); }

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

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

 a { background-color: rgb(164,104,171); }

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

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

 span { border-color: rgb(164,104,171); }

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