Html Css Color HEX #A741AD Violet Blue

📋 copy color: '#A741AD'

red 167 ◦ green 65 ◦ blue 173

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

Shades of Violet Blue #A741AD

Tints of Violet Blue #A741AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.05%

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

R = 41.23%
G = 16.05%
B = 42.72%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A741AD (or 0xA741AD) is known color: Violet Blue. HEX triplet: A7, 41 and AD. RGB value is (167,65,173). Sum of RGB (Red+Green+Blue) = 167+65+173=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #A741AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A741AD is #58BE52. Grayscale: #6B6B6B. Windows color (decimal): -5815891 or 11354535. OLE color: 11354535.

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

Color convert

RGB 167 65 173 -
CMYK 0.03 0.62 0 0.32
HSL 296.67º 0.45% 0.47% -
HSV(B) 296.67º 0.62% 0.68% -
XYZ 25.37 15.01 41.1 -
YUV 107.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 167 65 173 0.03 0.62 0 0.32 296.67 0.45 0.47
Hex A7 41 AD 3 3E 0 20 129 2D 2F
Octal 247 101 255 3 76 0 40 451 55 57
Binary 10100111 1000001 10101101 11 111110 0 100000 100101001 101101 101111

Color Harmonies of #A741AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A741AD

Black with #A741AD

Text Example


Text Example

White with #A741AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A741AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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