#A451AF

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

Shades of Violet Blue #A451AF

Tints of Violet Blue #A451AF

Color information

#A451AF (or 0xA451AF) is unknown color: approx Violet Blue. HEX triplet: A4, 51 and AF. RGB value is (164,81,175). Sum of RGB (Red+Green+Blue) = 164+81+175=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #A451AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A451AF is #5BAE50. Grayscale: #747474. Windows color (decimal): -6008401 or 11489700. OLE color: 11489700.

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

Color convert

RGB16481175-
CMYK0.060.5400.31
HSL292.98º37.01%50.2%-
HSV(B)292.98º53.71%68.63%-
XYZ25.9916.8742.44-
YUV116.53161161.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=39.05%
G=19.29%
B=41.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164811750.060.5400.31292.9837.0150.2
HexA451AF63601F1252532
Octal2441212576660374454562
Binary10100100101000110101111110110110011111100100101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A451AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A451AF; }

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

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

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

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

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

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

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

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