Html Css Color HEX #A749A1 Violet Blue

📋 copy color: '#A749A1'

red 167 ◦ green 73 ◦ blue 161

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

Shades of Violet Blue #A749A1

Tints of Violet Blue #A749A1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

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

R = 41.65%
G = 18.2%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A749A1 (or 0xA749A1) is known color: Violet Blue. HEX triplet: A7, 49 and A1. RGB value is (167,73,161). Sum of RGB (Red+Green+Blue) = 167+73+161=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A749A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A749A1 is #58B65E. Grayscale: #6E6E6E. Windows color (decimal): -5813855 or 10570151. OLE color: 10570151.

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

Color convert

RGB 167 73 161 -
CMYK 0 0.56 0.04 0.35
HSL 303.83º 0.39% 0.47% -
HSV(B) 303.83º 0.56% 0.65% -
XYZ 24.75 15.55 35.42 -
YUV 111.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 167 73 161 0 0.56 0.04 0.35 303.83 0.39 0.47
Hex A7 49 A1 0 38 4 23 130 27 2F
Octal 247 111 241 0 70 4 43 460 47 57
Binary 10100111 1001001 10100001 0 111000 100 100011 100110000 100111 101111

Color Harmonies of #A749A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749A1

Black with #A749A1

Text Example


Text Example

White with #A749A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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