Html Css Color HEX #A74596 Violet Blue

📋 copy color: '#A74596'

red 167 ◦ green 69 ◦ blue 150

#A74596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A74596

Tints of Violet Blue #A74596

RGB

 RED value IS 167 (65.63% from 255) = 43.26%

 GREEN value IS 69 (27.34% from 255) = 17.88%

 BLUE value IS 150 (58.98% from 255) = 38.86%

R = 43.26%
G = 17.88%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A74596 (or 0xA74596) is known color: Violet Blue. HEX triplet: A7, 45 and 96. RGB value is (167,69,150). Sum of RGB (Red+Green+Blue) = 167+69+150=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A74596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74596 is #58BA69. Grayscale: #6B6B6B. Windows color (decimal): -5814890 or 9848231. OLE color: 9848231.

HSL color Cylindrical-coordinate representation of color #A74596: hue angle of 310.41º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74596 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 69 150 -
CMYK 0 0.59 0.10 0.35
HSL 310.41º 0.42% 0.46% -
HSV(B) 310.41º 0.59% 0.65% -
XYZ 23.57 14.67 30.44 -
YUV 107.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 167 69 150 0 0.59 0.10 0.35 310.41 0.42 0.46
Hex A7 45 96 0 3B A 23 136 2A 2E
Octal 247 105 226 0 73 12 43 466 52 56
Binary 10100111 1000101 10010110 0 111011 1010 100011 100110110 101010 101110

Color Harmonies of #A74596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74596

Black with #A74596

Text Example


Text Example

White with #A74596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74596; }

 p { color: rgb(167,69,150); }

 H1.HeaderClassName
 {
   color: #A74596;
 }
 .AnyTagClassName
 {
   color: #A74596;
 }
</style>

background-color css

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

 a { background-color: rgb(167,69,150); }

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

border-color css

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

 span { border-color: rgb(167,69,150); }

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