Html Css Color HEX #A673AD Violet Blue

📋 copy color: '#A673AD'

red 166 ◦ green 115 ◦ blue 173

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

Shades of Violet Blue #A673AD

Tints of Violet Blue #A673AD

RGB

 RED value IS 166 (65.23% from 255) = 36.56%

 GREEN value IS 115 (45.31% from 255) = 25.33%

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 36.56%
G = 25.33%
B = 38.11%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A673AD (or 0xA673AD) is known color: Violet Blue. HEX triplet: A6, 73 and AD. RGB value is (166,115,173). Sum of RGB (Red+Green+Blue) = 166+115+173=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #A673AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A673AD is #598C52. Grayscale: #888888. Windows color (decimal): -5868627 or 11367334. OLE color: 11367334.

HSL color Cylindrical-coordinate representation of color #A673AD: hue angle of 292.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A673AD is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 115 173 -
CMYK 0.04 0.34 0 0.32
HSL 292.76º 0.26% 0.56% -
HSV(B) 292.76º 0.34% 0.68% -
XYZ 29.4 23.39 42.5 -
YUV 136.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 166 115 173 0.04 0.34 0 0.32 292.76 0.26 0.56
Hex A6 73 AD 4 22 0 20 125 1A 38
Octal 246 163 255 4 42 0 40 445 32 70
Binary 10100110 1110011 10101101 100 100010 0 100000 100100101 11010 111000

Color Harmonies of #A673AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A673AD

Black with #A673AD

Text Example


Text Example

White with #A673AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A673AD; }

 p { color: rgb(166,115,173); }

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

background-color css

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

 a { background-color: rgb(166,115,173); }

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

border-color css

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

 span { border-color: rgb(166,115,173); }

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