Html Css Color HEX #A74594 Violet Blue

📋 copy color: '#A74594'

red 167 ◦ green 69 ◦ blue 148

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

Shades of Violet Blue #A74594

Tints of Violet Blue #A74594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 43.49%
G = 17.97%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A74594 (or 0xA74594) is known color: Violet Blue. HEX triplet: A7, 45 and 94. RGB value is (167,69,148). Sum of RGB (Red+Green+Blue) = 167+69+148=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A74594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74594 is #58BA6B. Grayscale: #6B6B6B. Windows color (decimal): -5814892 or 9717159. OLE color: 9717159.

HSL color Cylindrical-coordinate representation of color #A74594: hue angle of 311.63º 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 #A74594 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 69 148 -
CMYK 0 0.59 0.11 0.35
HSL 311.63º 0.42% 0.46% -
HSV(B) 311.63º 0.59% 0.65% -
XYZ 23.41 14.61 29.6 -
YUV 107.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 167 69 148 0 0.59 0.11 0.35 311.63 0.42 0.46
Hex A7 45 94 0 3B B 23 138 2A 2E
Octal 247 105 224 0 73 13 43 470 52 56
Binary 10100111 1000101 10010100 0 111011 1011 100011 100111000 101010 101110

Color Harmonies of #A74594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74594

Black with #A74594

Text Example


Text Example

White with #A74594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74594; }

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

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

background-color css

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

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

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

border-color css

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

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

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