#A74EAD

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

Shades of Violet Blue #A74EAD

Tints of Violet Blue #A74EAD

Color information

#A74EAD (or 0xA74EAD) is unknown color: approx Violet Blue. HEX triplet: A7, 4E and AD. RGB value is (167,78,173). Sum of RGB (Red+Green+Blue) = 167+78+173=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #A74EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74EAD is #58B152. Grayscale: #737373. Windows color (decimal): -5812563 or 11357863. OLE color: 11357863.

HSL color Cylindrical-coordinate representation of color #A74EAD: hue angle of 296.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74EAD is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16778173-
CMYK0.030.5500.32
HSL296.21º37.85%49.22%-
HSV(B)296.21º54.91%67.84%-
XYZ26.216.6841.37-
YUV115.44160.49164.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.95%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=39.95%
G=18.66%
B=41.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167781730.030.5500.32296.2137.8549.22
HexA74EAD3370201282631
Octal2471162553670404504661
Binary10100111100111010101101111101110100000100101000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74EAD; }

 p { color: rgb(167,78,173); }

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

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

 a { background-color: rgb(167,78,173); }

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

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

 span { border-color: rgb(167,78,173); }

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