Html Css Color HEX #A73AAA Violet Blue

📋 copy color: '#A73AAA'

red 167 ◦ green 58 ◦ blue 170

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

Shades of Violet Blue #A73AAA

Tints of Violet Blue #A73AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.68%

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

R = 42.28%
G = 14.68%
B = 43.04%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A73AAA (or 0xA73AAA) is known color: Violet Blue. HEX triplet: A7, 3A and AA. RGB value is (167,58,170). Sum of RGB (Red+Green+Blue) = 167+58+170=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #A73AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73AAA is #58C555. Grayscale: #676767. Windows color (decimal): -5817686 or 11156135. OLE color: 11156135.

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

Color convert

RGB 167 58 170 -
CMYK 0.02 0.66 0 0.33
HSL 298.39º 0.49% 0.45% -
HSV(B) 298.39º 0.66% 0.67% -
XYZ 24.71 14.14 39.46 -
YUV 103.36 165.61 173.39 -
System Red Green Blue C M Y K H S L
Decimal 167 58 170 0.02 0.66 0 0.33 298.39 0.49 0.45
Hex A7 3A AA 2 42 0 21 12A 31 2D
Octal 247 72 252 2 102 0 41 452 61 55
Binary 10100111 111010 10101010 10 1000010 0 100001 100101010 110001 101101

Color Harmonies of #A73AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73AAA

Black with #A73AAA

Text Example


Text Example

White with #A73AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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