Html Css Color HEX #A74797 Violet Blue

📋 copy color: '#A74797'

red 167 ◦ green 71 ◦ blue 151

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

Shades of Violet Blue #A74797

Tints of Violet Blue #A74797

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 42.93%
G = 18.25%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A74797 (or 0xA74797) is known color: Violet Blue. HEX triplet: A7, 47 and 97. RGB value is (167,71,151). Sum of RGB (Red+Green+Blue) = 167+71+151=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A74797 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74797 is #58B868. Grayscale: #6C6C6C. Windows color (decimal): -5814377 or 9914279. OLE color: 9914279.

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

Color convert

RGB 167 71 151 -
CMYK 0 0.57 0.10 0.35
HSL 310º 0.4% 0.47% -
HSV(B) 310º 0.57% 0.65% -
XYZ 23.78 14.96 30.91 -
YUV 108.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 167 71 151 0 0.57 0.10 0.35 310 0.4 0.47
Hex A7 47 97 0 39 A 23 136 28 2F
Octal 247 107 227 0 71 12 43 466 50 57
Binary 10100111 1000111 10010111 0 111001 1010 100011 100110110 101000 101111

Color Harmonies of #A74797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74797

Black with #A74797

Text Example


Text Example

White with #A74797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74797; }

 p { color: rgb(167,71,151); }

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

background-color css

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

 a { background-color: rgb(167,71,151); }

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

border-color css

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

 span { border-color: rgb(167,71,151); }

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