Html Css Color HEX #A74396 Violet Blue

📋 copy color: '#A74396'

red 167 ◦ green 67 ◦ blue 150

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

Shades of Violet Blue #A74396

Tints of Violet Blue #A74396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.45%

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

R = 43.49%
G = 17.45%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A74396 (or 0xA74396) is known color: Violet Blue. HEX triplet: A7, 43 and 96. RGB value is (167,67,150). Sum of RGB (Red+Green+Blue) = 167+67+150=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A74396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74396 is #58BC69. Grayscale: #6A6A6A. Windows color (decimal): -5815402 or 9847719. OLE color: 9847719.

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

Color convert

RGB 167 67 150 -
CMYK 0 0.60 0.10 0.35
HSL 310.2º 0.43% 0.46% -
HSV(B) 310.2º 0.6% 0.65% -
XYZ 23.45 14.43 30.4 -
YUV 106.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 167 67 150 0 0.60 0.10 0.35 310.2 0.43 0.46
Hex A7 43 96 0 3C A 23 136 2B 2E
Octal 247 103 226 0 74 12 43 466 53 56
Binary 10100111 1000011 10010110 0 111100 1010 100011 100110110 101011 101110

Color Harmonies of #A74396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74396

Black with #A74396

Text Example


Text Example

White with #A74396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74396; }

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

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

background-color css

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

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

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

border-color css

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

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

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