Html Css Color HEX #A74694 Violet Blue

📋 copy color: '#A74694'

red 167 ◦ green 70 ◦ blue 148

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

Shades of Violet Blue #A74694

Tints of Violet Blue #A74694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

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

R = 43.38%
G = 18.18%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A74694 (or 0xA74694) is known color: Violet Blue. HEX triplet: A7, 46 and 94. RGB value is (167,70,148). Sum of RGB (Red+Green+Blue) = 167+70+148=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A74694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74694 is #58B96B. Grayscale: #6B6B6B. Windows color (decimal): -5814636 or 9717415. OLE color: 9717415.

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

Color convert

RGB 167 70 148 -
CMYK 0 0.58 0.11 0.35
HSL 311.75º 0.41% 0.46% -
HSV(B) 311.75º 0.58% 0.65% -
XYZ 23.47 14.73 29.62 -
YUV 107.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 167 70 148 0 0.58 0.11 0.35 311.75 0.41 0.46
Hex A7 46 94 0 3A B 23 138 29 2E
Octal 247 106 224 0 72 13 43 470 51 56
Binary 10100111 1000110 10010100 0 111010 1011 100011 100111000 101001 101110

Color Harmonies of #A74694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74694

Black with #A74694

Text Example


Text Example

White with #A74694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74694; }

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

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

background-color css

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

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

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

border-color css

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

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

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