Html Css Color HEX #A74AA3 Violet Blue

📋 copy color: '#A74AA3'

red 167 ◦ green 74 ◦ blue 163

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

Shades of Violet Blue #A74AA3

Tints of Violet Blue #A74AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.35%

R = 41.34%
G = 18.32%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A74AA3 (or 0xA74AA3) is known color: Violet Blue. HEX triplet: A7, 4A and A3. RGB value is (167,74,163). Sum of RGB (Red+Green+Blue) = 167+74+163=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A74AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74AA3 is #58B55C. Grayscale: #6F6F6F. Windows color (decimal): -5813597 or 10701479. OLE color: 10701479.

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

Color convert

RGB 167 74 163 -
CMYK 0 0.56 0.02 0.35
HSL 302.58º 0.39% 0.47% -
HSV(B) 302.58º 0.56% 0.65% -
XYZ 25 15.76 36.37 -
YUV 111.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 167 74 163 0 0.56 0.02 0.35 302.58 0.39 0.47
Hex A7 4A A3 0 38 2 23 12F 27 2F
Octal 247 112 243 0 70 2 43 457 47 57
Binary 10100111 1001010 10100011 0 111000 10 100011 100101111 100111 101111

Color Harmonies of #A74AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74AA3

Black with #A74AA3

Text Example


Text Example

White with #A74AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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