Html Css Color HEX #A73BAA Violet Blue

📋 copy color: '#A73BAA'

red 167 ◦ green 59 ◦ blue 170

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

Shades of Violet Blue #A73BAA

Tints of Violet Blue #A73BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.9%

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 42.17%
G = 14.9%
B = 42.93%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A73BAA (or 0xA73BAA) is known color: Violet Blue. HEX triplet: A7, 3B and AA. RGB value is (167,59,170). Sum of RGB (Red+Green+Blue) = 167+59+170=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #A73BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73BAA is #58C455. Grayscale: #676767. Windows color (decimal): -5817430 or 11156391. OLE color: 11156391.

HSL color Cylindrical-coordinate representation of color #A73BAA: hue angle of 298.38º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73BAA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 59 170 -
CMYK 0.02 0.65 0 0.33
HSL 298.38º 0.48% 0.45% -
HSV(B) 298.38º 0.65% 0.67% -
XYZ 24.76 14.25 39.48 -
YUV 103.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 167 59 170 0.02 0.65 0 0.33 298.38 0.48 0.45
Hex A7 3B AA 2 41 0 21 12A 30 2D
Octal 247 73 252 2 101 0 41 452 60 55
Binary 10100111 111011 10101010 10 1000001 0 100001 100101010 110000 101101

Color Harmonies of #A73BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73BAA

Black with #A73BAA

Text Example


Text Example

White with #A73BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73BAA; }

 p { color: rgb(167,59,170); }

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

background-color css

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

 a { background-color: rgb(167,59,170); }

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

border-color css

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

 span { border-color: rgb(167,59,170); }

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