Html Css Color HEX #A73BA7 Violet Blue

📋 copy color: '#A73BA7'

red 167 ◦ green 59 ◦ blue 167

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

Shades of Violet Blue #A73BA7

Tints of Violet Blue #A73BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.49%

R = 42.49%
G = 15.01%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A73BA7 (or 0xA73BA7) is known color: Violet Blue. HEX triplet: A7, 3B and A7. RGB value is (167,59,167). Sum of RGB (Red+Green+Blue) = 167+59+167=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A73BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73BA7 is #58C458. Grayscale: #676767. Windows color (decimal): -5817433 or 10959783. OLE color: 10959783.

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

Color convert

RGB 167 59 167 -
CMYK 0 0.65 0 0.35
HSL 300º 0.48% 0.44% -
HSV(B) 300º 0.65% 0.65% -
XYZ 24.48 14.13 38 -
YUV 103.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 167 59 167 0 0.65 0 0.35 300 0.48 0.44
Hex A7 3B A7 0 41 0 23 12C 30 2C
Octal 247 73 247 0 101 0 43 454 60 54
Binary 10100111 111011 10100111 0 1000001 0 100011 100101100 110000 101100

Color Harmonies of #A73BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73BA7

Black with #A73BA7

Text Example


Text Example

White with #A73BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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