Html Css Color HEX #A74CAA Violet Blue

📋 copy color: '#A74CAA'

red 167 ◦ green 76 ◦ blue 170

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

Shades of Violet Blue #A74CAA

Tints of Violet Blue #A74CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.4%

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

R = 40.44%
G = 18.4%
B = 41.16%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A74CAA (or 0xA74CAA) is known color: Violet Blue. HEX triplet: A7, 4C and AA. RGB value is (167,76,170). Sum of RGB (Red+Green+Blue) = 167+76+170=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #A74CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74CAA is #58B355. Grayscale: #717171. Windows color (decimal): -5813078 or 11160743. OLE color: 11160743.

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

Color convert

RGB 167 76 170 -
CMYK 0.02 0.55 0 0.33
HSL 298.09º 0.38% 0.48% -
HSV(B) 298.09º 0.55% 0.67% -
XYZ 25.78 16.29 39.82 -
YUV 113.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 167 76 170 0.02 0.55 0 0.33 298.09 0.38 0.48
Hex A7 4C AA 2 37 0 21 12A 26 30
Octal 247 114 252 2 67 0 41 452 46 60
Binary 10100111 1001100 10101010 10 110111 0 100001 100101010 100110 110000

Color Harmonies of #A74CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CAA

Black with #A74CAA

Text Example


Text Example

White with #A74CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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