Html Css Color HEX #A740AD Violet Blue

📋 copy color: '#A740AD'

red 167 ◦ green 64 ◦ blue 173

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

Shades of Violet Blue #A740AD

Tints of Violet Blue #A740AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.84%

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

R = 41.34%
G = 15.84%
B = 42.82%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A740AD (or 0xA740AD) is known color: Violet Blue. HEX triplet: A7, 40 and AD. RGB value is (167,64,173). Sum of RGB (Red+Green+Blue) = 167+64+173=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #A740AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A740AD is #58BF52. Grayscale: #6A6A6A. Windows color (decimal): -5816147 or 11354279. OLE color: 11354279.

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

Color convert

RGB 167 64 173 -
CMYK 0.03 0.63 0 0.32
HSL 296.7º 0.46% 0.46% -
HSV(B) 296.7º 0.63% 0.68% -
XYZ 25.31 14.9 41.08 -
YUV 107.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 167 64 173 0.03 0.63 0 0.32 296.7 0.46 0.46
Hex A7 40 AD 3 3F 0 20 129 2E 2E
Octal 247 100 255 3 77 0 40 451 56 56
Binary 10100111 1000000 10101101 11 111111 0 100000 100101001 101110 101110

Color Harmonies of #A740AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A740AD

Black with #A740AD

Text Example


Text Example

White with #A740AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A740AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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