Html Css Color HEX #A74FA1 Violet Blue

📋 copy color: '#A74FA1'

red 167 ◦ green 79 ◦ blue 161

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

Shades of Violet Blue #A74FA1

Tints of Violet Blue #A74FA1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.41%

 BLUE value IS 161 (63.28% from 255) = 39.56%

R = 41.03%
G = 19.41%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A74FA1 (or 0xA74FA1) is known color: Violet Blue. HEX triplet: A7, 4F and A1. RGB value is (167,79,161). Sum of RGB (Red+Green+Blue) = 167+79+161=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A74FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74FA1 is #58B05E. Grayscale: #727272. Windows color (decimal): -5812319 or 10571687. OLE color: 10571687.

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

Color convert

RGB 167 79 161 -
CMYK 0 0.53 0.04 0.35
HSL 304.09º 0.36% 0.48% -
HSV(B) 304.09º 0.53% 0.65% -
XYZ 25.17 16.38 35.55 -
YUV 114.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 167 79 161 0 0.53 0.04 0.35 304.09 0.36 0.48
Hex A7 4F A1 0 35 4 23 130 24 30
Octal 247 117 241 0 65 4 43 460 44 60
Binary 10100111 1001111 10100001 0 110101 100 100011 100110000 100100 110000

Color Harmonies of #A74FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FA1

Black with #A74FA1

Text Example


Text Example

White with #A74FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FA1; }

 p { color: rgb(167,79,161); }

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

background-color css

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

 a { background-color: rgb(167,79,161); }

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

border-color css

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

 span { border-color: rgb(167,79,161); }

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