Html Css Color HEX #A74AAA Violet Blue

📋 copy color: '#A74AAA'

red 167 ◦ green 74 ◦ blue 170

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

Shades of Violet Blue #A74AAA

Tints of Violet Blue #A74AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18%

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

R = 40.63%
G = 18%
B = 41.36%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A74AAA (or 0xA74AAA) is known color: Violet Blue. HEX triplet: A7, 4A and AA. RGB value is (167,74,170). Sum of RGB (Red+Green+Blue) = 167+74+170=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #A74AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74AAA is #58B555. Grayscale: #707070. Windows color (decimal): -5813590 or 11160231. OLE color: 11160231.

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

Color convert

RGB 167 74 170 -
CMYK 0.02 0.56 0 0.33
HSL 298.13º 0.39% 0.48% -
HSV(B) 298.13º 0.56% 0.67% -
XYZ 25.64 16.02 39.77 -
YUV 112.75 160.31 166.69 -
System Red Green Blue C M Y K H S L
Decimal 167 74 170 0.02 0.56 0 0.33 298.13 0.39 0.48
Hex A7 4A AA 2 38 0 21 12A 27 30
Octal 247 112 252 2 70 0 41 452 47 60
Binary 10100111 1001010 10101010 10 111000 0 100001 100101010 100111 110000

Color Harmonies of #A74AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74AAA

Black with #A74AAA

Text Example


Text Example

White with #A74AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74AAA; }

 p { color: rgb(167,74,170); }

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

background-color css

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

 a { background-color: rgb(167,74,170); }

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

border-color css

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

 span { border-color: rgb(167,74,170); }

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