#A74BB0

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

Shades of Violet Blue #A74BB0

Tints of Violet Blue #A74BB0

Color information

#A74BB0 (or 0xA74BB0) is unknown color: approx Violet Blue. HEX triplet: A7, 4B and B0. RGB value is (167,75,176). Sum of RGB (Red+Green+Blue) = 167+75+176=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #A74BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74BB0 is #58B44F. Grayscale: #717171. Windows color (decimal): -5813328 or 11553703. OLE color: 11553703.

HSL color Cylindrical-coordinate representation of color #A74BB0: hue angle of 294.65º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74BB0 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16775176-
CMYK0.050.5700.31
HSL294.65º40.24%49.22%-
HSV(B)294.65º57.39%69.02%-
XYZ26.2916.3842.85-
YUV114.02162.98165.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.95%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 176 (69.14% from 255) = 42.11%
R=39.95%
G=17.94%
B=42.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167751760.050.5700.31294.6540.2449.22
HexA74BB053901F1272831
Octal2471132605710374475061
Binary10100111100101110110000101111001011111100100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74BB0; }

 p { color: rgb(167,75,176); }

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

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

 a { background-color: rgb(167,75,176); }

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

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

 span { border-color: rgb(167,75,176); }

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