Html Css Color HEX #A74C9A Violet Blue

📋 copy color: '#A74C9A'

red 167 ◦ green 76 ◦ blue 154

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

Shades of Violet Blue #A74C9A

Tints of Violet Blue #A74C9A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 42.07%
G = 19.14%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A74C9A (or 0xA74C9A) is known color: Violet Blue. HEX triplet: A7, 4C and 9A. RGB value is (167,76,154). Sum of RGB (Red+Green+Blue) = 167+76+154=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74C9A is #58B365. Grayscale: #6F6F6F. Windows color (decimal): -5813094 or 10112167. OLE color: 10112167.

HSL color Cylindrical-coordinate representation of color #A74C9A: hue angle of 308.57º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A74C9A is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 76 154 -
CMYK 0 0.54 0.08 0.35
HSL 308.57º 0.37% 0.48% -
HSV(B) 308.57º 0.54% 0.65% -
XYZ 24.35 15.72 32.32 -
YUV 112.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 167 76 154 0 0.54 0.08 0.35 308.57 0.37 0.48
Hex A7 4C 9A 0 36 8 23 135 25 30
Octal 247 114 232 0 66 10 43 465 45 60
Binary 10100111 1001100 10011010 0 110110 1000 100011 100110101 100101 110000

Color Harmonies of #A74C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74C9A

Black with #A74C9A

Text Example


Text Example

White with #A74C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74C9A; }

 p { color: rgb(167,76,154); }

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

background-color css

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

 a { background-color: rgb(167,76,154); }

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

border-color css

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

 span { border-color: rgb(167,76,154); }

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