#A460B1

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

Shades of Violet Blue #A460B1

Tints of Violet Blue #A460B1

Color information

#A460B1 (or 0xA460B1) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and B1. RGB value is (164,96,177). Sum of RGB (Red+Green+Blue) = 164+96+177=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 177 - color contains mainly: blue. Hex color #A460B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460B1 is #5B9F4E. Grayscale: #7D7D7D. Windows color (decimal): -6004559 or 11624612. OLE color: 11624612.

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

Color convert

RGB16496177-
CMYK0.070.4600.31
HSL290.37º34.18%53.53%-
HSV(B)290.37º45.76%69.41%-
XYZ27.4319.4343.9-
YUV125.57157.03155.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 177 (69.53% from 255) = 40.50%
R=37.53%
G=21.97%
B=40.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164961770.070.4600.31290.3734.1853.53
HexA460B172E01F1222236
Octal2441402617560374424266
Binary10100100110000010110001111101110011111100100010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460B1; }

 p { color: rgb(164,96,177); }

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

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

 a { background-color: rgb(164,96,177); }

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

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

 span { border-color: rgb(164,96,177); }

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