Html Css Color HEX #A74593 Violet Blue

📋 copy color: '#A74593'

red 167 ◦ green 69 ◦ blue 147

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

Shades of Violet Blue #A74593

Tints of Violet Blue #A74593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.02%

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 43.6%
G = 18.02%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A74593 (or 0xA74593) is known color: Violet Blue. HEX triplet: A7, 45 and 93. RGB value is (167,69,147). Sum of RGB (Red+Green+Blue) = 167+69+147=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A74593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74593 is #58BA6C. Grayscale: #6A6A6A. Windows color (decimal): -5814893 or 9651623. OLE color: 9651623.

HSL color Cylindrical-coordinate representation of color #A74593: hue angle of 312.24º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74593 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 69 147 -
CMYK 0 0.59 0.12 0.35
HSL 312.24º 0.42% 0.46% -
HSV(B) 312.24º 0.59% 0.65% -
XYZ 23.33 14.58 29.19 -
YUV 107.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 167 69 147 0 0.59 0.12 0.35 312.24 0.42 0.46
Hex A7 45 93 0 3B C 23 138 2A 2E
Octal 247 105 223 0 73 14 43 470 52 56
Binary 10100111 1000101 10010011 0 111011 1100 100011 100111000 101010 101110

Color Harmonies of #A74593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74593

Black with #A74593

Text Example


Text Example

White with #A74593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74593; }

 p { color: rgb(167,69,147); }

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

background-color css

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

 a { background-color: rgb(167,69,147); }

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

border-color css

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

 span { border-color: rgb(167,69,147); }

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