Html Css Color HEX #A746AD Violet Blue

📋 copy color: '#A746AD'

red 167 ◦ green 70 ◦ blue 173

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

Shades of Violet Blue #A746AD

Tints of Violet Blue #A746AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.07%

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

R = 40.73%
G = 17.07%
B = 42.2%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A746AD (or 0xA746AD) is known color: Violet Blue. HEX triplet: A7, 46 and AD. RGB value is (167,70,173). Sum of RGB (Red+Green+Blue) = 167+70+173=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #A746AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A746AD is #58B952. Grayscale: #6E6E6E. Windows color (decimal): -5814611 or 11355815. OLE color: 11355815.

HSL color Cylindrical-coordinate representation of color #A746AD: hue angle of 296.5º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A746AD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 70 173 -
CMYK 0.03 0.60 0 0.32
HSL 296.5º 0.42% 0.48% -
HSV(B) 296.5º 0.6% 0.68% -
XYZ 25.67 15.61 41.2 -
YUV 110.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 167 70 173 0.03 0.60 0 0.32 296.5 0.42 0.48
Hex A7 46 AD 3 3C 0 20 129 2A 30
Octal 247 106 255 3 74 0 40 451 52 60
Binary 10100111 1000110 10101101 11 111100 0 100000 100101001 101010 110000

Color Harmonies of #A746AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A746AD

Black with #A746AD

Text Example


Text Example

White with #A746AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A746AD; }

 p { color: rgb(167,70,173); }

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

background-color css

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

 a { background-color: rgb(167,70,173); }

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

border-color css

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

 span { border-color: rgb(167,70,173); }

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