Html Css Color HEX #A74CAC Violet Blue

📋 copy color: '#A74CAC'

red 167 ◦ green 76 ◦ blue 172

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

Shades of Violet Blue #A74CAC

Tints of Violet Blue #A74CAC

RGB

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

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

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

R = 40.24%
G = 18.31%
B = 41.45%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A74CAC (or 0xA74CAC) is known color: Violet Blue. HEX triplet: A7, 4C and AC. RGB value is (167,76,172). Sum of RGB (Red+Green+Blue) = 167+76+172=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #A74CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74CAC is #58B353. Grayscale: #717171. Windows color (decimal): -5813076 or 11291815. OLE color: 11291815.

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

Color convert

RGB 167 76 172 -
CMYK 0.03 0.56 0 0.33
HSL 296.88º 0.39% 0.49% -
HSV(B) 296.88º 0.56% 0.67% -
XYZ 25.97 16.36 40.82 -
YUV 114.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 167 76 172 0.03 0.56 0 0.33 296.88 0.39 0.49
Hex A7 4C AC 3 38 0 21 129 27 31
Octal 247 114 254 3 70 0 41 451 47 61
Binary 10100111 1001100 10101100 11 111000 0 100001 100101001 100111 110001

Color Harmonies of #A74CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CAC

Black with #A74CAC

Text Example


Text Example

White with #A74CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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