#a7389d

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

Shades of Violet Blue #A7389D

Tints of Violet Blue #A7389D

Color information

#A7389D (or 0xA7389D) is unknown color: approx Violet Blue. HEX triplet: A7, 38 and 9D. RGB value is (167,56,157). Sum of RGB (Red+Green+Blue) = 167+56+157=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A7389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7389D is #58C762. Grayscale: #646464. Windows color (decimal): -5818211 or 10303655. OLE color: 10303655.

HSL color Cylindrical-coordinate representation of color #A7389D: hue angle of 305.41º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7389D is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16756157-
CMYK00.660.060.35
HSL305.41º49.78%43.73%-
HSV(B)305.41º66.47%65.49%-
XYZ23.4413.4833.26-
YUV100.7159.77175.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 56 (22.27% from 255) = 14.74%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=43.95%
G=14.74%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675615700.660.060.35305.4149.7843.73
HexA7389D042623131322c
Octal2477023501026434616254
Binary101001111110001001110101000010110100011100110001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7389d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7389d; }

 p { color: rgb(167,56,157); }

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

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

 a { background-color: rgb(167,56,157); }

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

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

 span { border-color: rgb(167,56,157); }

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