Html Css Color HEX #A673AA Violet Blue

📋 copy color: '#A673AA'

red 166 ◦ green 115 ◦ blue 170

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

Shades of Violet Blue #A673AA

Tints of Violet Blue #A673AA

RGB

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

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

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

R = 36.81%
G = 25.5%
B = 37.69%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A673AA (or 0xA673AA) is known color: Violet Blue. HEX triplet: A6, 73 and AA. RGB value is (166,115,170). Sum of RGB (Red+Green+Blue) = 166+115+170=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A673AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A673AA is #598C55. Grayscale: #888888. Windows color (decimal): -5868630 or 11170726. OLE color: 11170726.

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

Color convert

RGB 166 115 170 -
CMYK 0.02 0.32 0 0.33
HSL 295.64º 0.24% 0.56% -
HSV(B) 295.64º 0.32% 0.67% -
XYZ 29.11 23.27 40.99 -
YUV 136.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 166 115 170 0.02 0.32 0 0.33 295.64 0.24 0.56
Hex A6 73 AA 2 20 0 21 128 18 38
Octal 246 163 252 2 40 0 41 450 30 70
Binary 10100110 1110011 10101010 10 100000 0 100001 100101000 11000 111000

Color Harmonies of #A673AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A673AA

Black with #A673AA

Text Example


Text Example

White with #A673AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A673AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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