#A455AF

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

Shades of Violet Blue #A455AF

Tints of Violet Blue #A455AF

Color information

#A455AF (or 0xA455AF) is unknown color: approx Violet Blue. HEX triplet: A4, 55 and AF. RGB value is (164,85,175). Sum of RGB (Red+Green+Blue) = 164+85+175=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #A455AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A455AF is #5BAA50. Grayscale: #767676. Windows color (decimal): -6007377 or 11490724. OLE color: 11490724.

HSL color Cylindrical-coordinate representation of color #A455AF: hue angle of 292.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A455AF is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16485175-
CMYK0.060.5100.31
HSL292.67º36%50.98%-
HSV(B)292.67º51.43%68.63%-
XYZ26.317.4842.55-
YUV118.88159.67160.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=38.68%
G=20.05%
B=41.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164851750.060.5100.31292.673650.98
HexA455AF63301F1252433
Octal2441252576630374454463
Binary10100100101010110101111110110011011111100100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A455AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A455AF; }

 p { color: rgb(164,85,175); }

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

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

 a { background-color: rgb(164,85,175); }

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

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

 span { border-color: rgb(164,85,175); }

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