Html Css Color HEX #A74CA9 Violet Blue

📋 copy color: '#A74CA9'

red 167 ◦ green 76 ◦ blue 169

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

Shades of Violet Blue #A74CA9

Tints of Violet Blue #A74CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.02%

R = 40.53%
G = 18.45%
B = 41.02%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A74CA9 (or 0xA74CA9) is known color: Violet Blue. HEX triplet: A7, 4C and A9. RGB value is (167,76,169). Sum of RGB (Red+Green+Blue) = 167+76+169=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 169 - color contains mainly: blue. Hex color #A74CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74CA9 is #58B356. Grayscale: #717171. Windows color (decimal): -5813079 or 11095207. OLE color: 11095207.

HSL color Cylindrical-coordinate representation of color #A74CA9: hue angle of 298.71º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74CA9 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 167 76 169 -
CMYK 0.01 0.55 0 0.34
HSL 298.71º 0.38% 0.48% -
HSV(B) 298.71º 0.55% 0.66% -
XYZ 25.68 16.25 39.32 -
YUV 113.81 159.15 165.94 -
System Red Green Blue C M Y K H S L
Decimal 167 76 169 0.01 0.55 0 0.34 298.71 0.38 0.48
Hex A7 4C A9 1 37 0 22 12B 26 30
Octal 247 114 251 1 67 0 42 453 46 60
Binary 10100111 1001100 10101001 1 110111 0 100010 100101011 100110 110000

Color Harmonies of #A74CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CA9

Black with #A74CA9

Text Example


Text Example

White with #A74CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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