Html Css Color HEX #A74795 Violet Blue

📋 copy color: '#A74795'

red 167 ◦ green 71 ◦ blue 149

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

Shades of Violet Blue #A74795

Tints of Violet Blue #A74795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 43.15%
G = 18.35%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A74795 (or 0xA74795) is known color: Violet Blue. HEX triplet: A7, 47 and 95. RGB value is (167,71,149). Sum of RGB (Red+Green+Blue) = 167+71+149=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A74795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74795 is #58B86A. Grayscale: #6C6C6C. Windows color (decimal): -5814379 or 9783207. OLE color: 9783207.

HSL color Cylindrical-coordinate representation of color #A74795: hue angle of 311.25º 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 #A74795 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 149 -
CMYK 0 0.57 0.11 0.35
HSL 311.25º 0.4% 0.47% -
HSV(B) 311.25º 0.57% 0.65% -
XYZ 23.61 14.89 30.06 -
YUV 108.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 167 71 149 0 0.57 0.11 0.35 311.25 0.4 0.47
Hex A7 47 95 0 39 B 23 137 28 2F
Octal 247 107 225 0 71 13 43 467 50 57
Binary 10100111 1000111 10010101 0 111001 1011 100011 100110111 101000 101111

Color Harmonies of #A74795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74795

Black with #A74795

Text Example


Text Example

White with #A74795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74795; }

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

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

background-color css

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

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

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

border-color css

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

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

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