Html Css Color HEX #A746A4 Violet Blue

📋 copy color: '#A746A4'

red 167 ◦ green 70 ◦ blue 164

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

Shades of Violet Blue #A746A4

Tints of Violet Blue #A746A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.9%

R = 41.65%
G = 17.46%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A746A4 (or 0xA746A4) is known color: Violet Blue. HEX triplet: A7, 46 and A4. RGB value is (167,70,164). Sum of RGB (Red+Green+Blue) = 167+70+164=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A746A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A746A4 is #58B95B. Grayscale: #6D6D6D. Windows color (decimal): -5814620 or 10765991. OLE color: 10765991.

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

Color convert

RGB 167 70 164 -
CMYK 0 0.58 0.02 0.35
HSL 301.86º 0.41% 0.46% -
HSV(B) 301.86º 0.58% 0.65% -
XYZ 24.83 15.28 36.76 -
YUV 109.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 167 70 164 0 0.58 0.02 0.35 301.86 0.41 0.46
Hex A7 46 A4 0 3A 2 23 12E 29 2E
Octal 247 106 244 0 72 2 43 456 51 56
Binary 10100111 1000110 10100100 0 111010 10 100011 100101110 101001 101110

Color Harmonies of #A746A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A746A4

Black with #A746A4

Text Example


Text Example

White with #A746A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A746A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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