Html Css Color HEX #A74EAC Violet Blue

📋 copy color: '#A74EAC'

red 167 ◦ green 78 ◦ blue 172

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

Shades of Violet Blue #A74EAC

Tints of Violet Blue #A74EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.71%

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

R = 40.05%
G = 18.71%
B = 41.25%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A74EAC (or 0xA74EAC) is known color: Violet Blue. HEX triplet: A7, 4E and AC. RGB value is (167,78,172). Sum of RGB (Red+Green+Blue) = 167+78+172=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #A74EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74EAC is #58B153. Grayscale: #737373. Windows color (decimal): -5812564 or 11292327. OLE color: 11292327.

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

Color convert

RGB 167 78 172 -
CMYK 0.03 0.55 0 0.33
HSL 296.81º 0.38% 0.49% -
HSV(B) 296.81º 0.55% 0.67% -
XYZ 26.11 16.64 40.87 -
YUV 115.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 167 78 172 0.03 0.55 0 0.33 296.81 0.38 0.49
Hex A7 4E AC 3 37 0 21 129 26 31
Octal 247 116 254 3 67 0 41 451 46 61
Binary 10100111 1001110 10101100 11 110111 0 100001 100101001 100110 110001

Color Harmonies of #A74EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74EAC

Black with #A74EAC

Text Example


Text Example

White with #A74EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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