Html Css Color HEX #A73BA4 Violet Blue

📋 copy color: '#A73BA4'

red 167 ◦ green 59 ◦ blue 164

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

Shades of Violet Blue #A73BA4

Tints of Violet Blue #A73BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.05%

R = 42.82%
G = 15.13%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A73BA4 (or 0xA73BA4) is known color: Violet Blue. HEX triplet: A7, 3B and A4. RGB value is (167,59,164). Sum of RGB (Red+Green+Blue) = 167+59+164=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A73BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73BA4 is #58C45B. Grayscale: #666666. Windows color (decimal): -5817436 or 10763175. OLE color: 10763175.

HSL color Cylindrical-coordinate representation of color #A73BA4: hue angle of 301.67º 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 #A73BA4 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 59 164 -
CMYK 0 0.65 0.02 0.35
HSL 301.67º 0.48% 0.44% -
HSV(B) 301.67º 0.65% 0.65% -
XYZ 24.2 14.02 36.55 -
YUV 103.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 167 59 164 0 0.65 0.02 0.35 301.67 0.48 0.44
Hex A7 3B A4 0 41 2 23 12E 30 2C
Octal 247 73 244 0 101 2 43 456 60 54
Binary 10100111 111011 10100100 0 1000001 10 100011 100101110 110000 101100

Color Harmonies of #A73BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73BA4

Black with #A73BA4

Text Example


Text Example

White with #A73BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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