Html Css Color HEX #A740AC Violet Blue

📋 copy color: '#A740AC'

red 167 ◦ green 64 ◦ blue 172

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

Shades of Violet Blue #A740AC

Tints of Violet Blue #A740AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 41.44%
G = 15.88%
B = 42.68%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A740AC (or 0xA740AC) is known color: Violet Blue. HEX triplet: A7, 40 and AC. RGB value is (167,64,172). Sum of RGB (Red+Green+Blue) = 167+64+172=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #A740AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A740AC is #58BF53. Grayscale: #6A6A6A. Windows color (decimal): -5816148 or 11288743. OLE color: 11288743.

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

Color convert

RGB 167 64 172 -
CMYK 0.03 0.63 0 0.33
HSL 297.22º 0.46% 0.46% -
HSV(B) 297.22º 0.63% 0.67% -
XYZ 25.22 14.86 40.57 -
YUV 107.11 164.62 170.72 -
System Red Green Blue C M Y K H S L
Decimal 167 64 172 0.03 0.63 0 0.33 297.22 0.46 0.46
Hex A7 40 AC 3 3F 0 21 129 2E 2E
Octal 247 100 254 3 77 0 41 451 56 56
Binary 10100111 1000000 10101100 11 111111 0 100001 100101001 101110 101110

Color Harmonies of #A740AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A740AC

Black with #A740AC

Text Example


Text Example

White with #A740AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A740AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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