Html Css Color HEX #A73DAA Violet Blue

📋 copy color: '#A73DAA'

red 167 ◦ green 61 ◦ blue 170

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

Shades of Violet Blue #A73DAA

Tints of Violet Blue #A73DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.33%

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

R = 41.96%
G = 15.33%
B = 42.71%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A73DAA (or 0xA73DAA) is known color: Violet Blue. HEX triplet: A7, 3D and AA. RGB value is (167,61,170). Sum of RGB (Red+Green+Blue) = 167+61+170=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #A73DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73DAA is #58C255. Grayscale: #686868. Windows color (decimal): -5816918 or 11156903. OLE color: 11156903.

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

Color convert

RGB 167 61 170 -
CMYK 0.02 0.64 0 0.33
HSL 298.35º 0.47% 0.45% -
HSV(B) 298.35º 0.64% 0.67% -
XYZ 24.86 14.46 39.51 -
YUV 105.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 167 61 170 0.02 0.64 0 0.33 298.35 0.47 0.45
Hex A7 3D AA 2 40 0 21 12A 2F 2D
Octal 247 75 252 2 100 0 41 452 57 55
Binary 10100111 111101 10101010 10 1000000 0 100001 100101010 101111 101101

Color Harmonies of #A73DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73DAA

Black with #A73DAA

Text Example


Text Example

White with #A73DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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